hi why i getting crash in the game?
@Parazitas
@Monday
Code:
{$CLEO .cs}
0000: NOP
REPEAT
wait 0
until Samp.Available
0B34: samp register_client_command "test" to_label @TEST
2@ = FALSE
while true
wait 0
end
0B2B: samp 1@ = get_player_id_by_actor_handle $PLAYER_ACTOR
0B36: samp 2@ = get_player_nickname 1@
if
0C14: strcmp string1 2@ string2 "Test_Test"
then
7@ = TRUE
end
:TEST
if
7@ == TRUE
then
ChatMsg "Test" -1
CmdRet
end
@Monday