Papiezator
New member
- Joined
- Aug 3, 2015
- Messages
- 2
- Reaction score
- 0
Hello everyone, i have a problem with my script
at first after typing /podrabianie it should send private message to id:0, then to id:1 etc.. it doesn't work it keeps crashing me, what is wrong? how do I put variable 1@ in the middle of string?
thanks in advance
Code:
{$CLEO}
0000:
thread "uhe"
0B34: samp register_client_command "podrabiaj" to_label [member=13292]Nick[/member]
1@ = 0
:WOOP
wait 0
jump @WOOP
:NICK
say "/w " 1@ " MESSAGE HERE"
1@ += 1
Samp.CmdRet()
thanks in advance