CLEO Help Help

CLEO related

Zato

New member
Joined
Apr 3, 2020
Messages
2
Reaction score
0
Location
Romania
{$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?
 

Attachments

  • Fără titlu.png
    Fără titlu.png
    51 KB · Views: 19

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
270
Location
Pluto
Click Cancel Button
PHP:
0B47: samp close_current_dialog_with_button 0

Click Select Button
PHP:
0B47: samp close_current_dialog_with_button 1
 
Top