{$CLEO .cs}
0000: NOP
repeat
wait 50
until 0AFA: is_samp_structures_available
0B34: samp register_client_command "peste" to_label @cmd_callback
while true
wait 0
if 31@ == true
then
31@ = false
0AF9: samp say_msg "/fish"
wait 12000
0AF9: samp say_msg "/fish"
end
end
:cmd_callback
31@ = true
samp.CmdRet()
!
With this code i want to close this dialog, can someone help me?
0000: NOP
repeat
wait 50
until 0AFA: is_samp_structures_available
0B34: samp register_client_command "peste" to_label @cmd_callback
while true
wait 0
if 31@ == true
then
31@ = false
0AF9: samp say_msg "/fish"
wait 12000
0AF9: samp say_msg "/fish"
end
end
:cmd_callback
31@ = true
samp.CmdRet()
!
With this code i want to close this dialog, can someone help me?