Помогите пожалуйста, что не так? ID и текст ввёл - игра просто крашится.
CLEO:
{$CLEO}
0B34: samp register_client_command "w" to_label @w
repeat
wait 0
until SAMP.Available()
wait 300
while not SAMP.Available()
wait 400
end
repeat
wait 0
until false
:w
if 0B35: samp 1@ = get_last_command_params
then
0AD4: 4@ = scan_string 1@ format "%d %s" 2@ 3@
wait 1
0AF9: samp say_msg "/whisper %d %s" 2@ 3@
wait 1
else
chatmsg "Вы не ввели ID или текста." -1
end
Samp.CmdRet