Supermacy31
Active member
- Joined
- Mar 13, 2013
- Messages
- 173
- Reaction score
- 1
I tried!
It doesn't work:
It does not display "Hey! Test!" when I type it!
It doesn't work:
Code:
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
thread "SUGAR"
wait 3000
0B34: samp register_client_command "manims" to_label @UGBASE_60
0B34: samp register_client_command "mbibi" to_label @UGBASE_102
:UGBASE_49
wait 0
goto @UGBASE_49
:UGBASE_60
SAMP.IsCommandTyped(5@)
if
0AD4: 5@ = scan_string 5@ format "%d" 7@
jf @UGBASE_100
0AF8: samp add_message_to_chat "Hey! Test!" color 12451840
:UGBASE_100
SAMP.CmdRet
:UGBASE_102
SAMP.IsCommandTyped(5@)
if
0AD4: 5@ = scan_string 5@ format "%d" 7@
jf @UGBASE_142
0AF8: samp add_message_to_chat "Hey! Test!" color 12451840
:UGBASE_142
SAMP.CmdRet
It does not display "Hey! Test!" when I type it!