{$CLEO .cs}
0000: NOP
repeat
wait 400
until SAMP.Available()
0B34: samp register_client_command "farrest" to_label @cmd
0BDE: pause_thread 0
:cmd
0B35: samp 0@ = get_last_command_params
0AD4: 1@ = scan_string 0@ format "%s %d" save_to 2@ 3@
if 1@ > 1
then
msg "{269bd8}Вы получили премию {009900}$%d" color -1 params 3@
msg "Вы поместили %s в КПЗ" color 269bd8 params 2@
else
msg "Err: /farrest [nickname] [prize]..."
end
cmdret
0662: printstring "by Arkember | BlastHack"