CLEO Help [Help] Spammer Crash

CLEO related
Status
Not open for further replies.

ejexter

Well-known member
Joined
Feb 21, 2014
Messages
211
Reaction score
0
[glow=red,2,300]Some Help ?? [/glow]  :yesyes:

Code:
{$CLEO .cs}
thread "Pa0NeiX"
0662: "UGBASE.EU"

:load_files
wait 0
if
0AAB: file_exists "CLEO\CustomSpammer.ini"
jf @ini_dont_found
0AF0: 5@v = read_string_from_ini_file "CLEO\CustomSpammer.ini" section "[OPTIONS]" key "Toggle"
0AF4: 6@v = read_string_from_ini_file "CLEO\CustomSpammer.ini" section "[OPTIONS]" key "Text"
goto @MAIN

:MAIN
wait 0
if
0ADC: test_cheat 5@v
jf @MAIN
0AF8: samp add_message_to_chat "[CustomS] ON!" color 0xFFFFFFAA
goto @SECOND

:SECOND
wait 0
0AF9: samp say_msg 6@v 
if
0ADC: test_cheat 5@v
jf @SECOND
0AF8: samp add_message_to_chat "[CustomS] OFF!" color 0xFFFFFFAA
goto @MAIN

:ini_dont_found
wait 0
print "~r~~>~ERROR: ~w~CustomSpammer.ini NOT FOUND! ~r~~<~" 1000
goto @load_files
 
Status
Not open for further replies.
Top