Hi, someone can explain to me why this loop is freezing game and just cursor can move? Thank you
Code:
{$CLEO}
0000:
REPEAT
WAIT 100
UNTIL 0AFA: SAMP_IS_READY
0B34: samp register_client_command "loop" to_label @loop
WHILE TRUE
WAIT 0
END
:loop
wait 2000
0af8: "Chatmsg every 2 seconds" -1
jump @loop