Code:
{$CLEO .cs}
//-------------MAIN---------------
0000: NOP
0B34: samp register_client_command "loop" to_label @loop
:WAIT
wait 100
goto @WAIT
:loop
chatmsg " " -1
SAMP.CmdRet
jump @loop
so what i am trying to do here is to keep putting space as a chat message when loop is typed as command but what really happens is that it puts only one space as chat message and doesn't loop anything