При компиляции пишет "Неизвестный опкод 0B34"
Сделал все как написано в теме https://blast.hk/threads/9615/
Сделал все как написано в теме https://blast.hk/threads/9615/
CLEO:
{$CLEO .cs}
0000:
0B34: samp register_client_command "hello" to_label @cmd_2
while true
wait 0
if 22@ == 1
then
0AF8: samp add_message_to_chat "привет друг" color 0xFF0000
22@ = 0
end
end
:cmd_2
22@ = 1
SAMP.CmdRet()