There was an error while loading. Please reload this page.
1 parent 1b1e814 commit 06abc22Copy full SHA for 06abc22
2 files changed
gta3/snippets/CLEO/0AE6.txt
@@ -0,0 +1,12 @@
1
+int fileSearch
2
+int filename = allocate_memory {size} 128
3
+
4
+if
5
+ fileSearch, filename = find_first_file {searchMask} "cleo:/*.cs"
6
+then
7
+ repeat
8
+ trace "%s" filename
9
+ until not filename = find_next_file fileSearch
10
+end
11
+find_close fileSearch
12
+free_memory filename
sa/snippets/CLEO/0AE6.txt
0 commit comments