Advertisement
Guest User

Untitled

a guest
Feb 19th, 2022
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {$CLEO .cs}
  2.  
  3. wait 1000
  4.  
  5. 0000: NOP
  6.  
  7. while true
  8. wait 0
  9.  
  10. if
  11. 0B4E: samp 1@ = get_current_dialog_id
  12. if
  13. 0B4C: samp is_dialog_active 1@
  14. then
  15. 0AC8: 0@ = allocate_memory_size 260
  16. 0BD8: samp get_dialog_caption 0@
  17. if
  18. 0C29: $NOT_USED = stristr string1 0@ string2 "Mission Selection"
  19. then
  20. 0B49: samp set_current_dialog_list_item 3
  21. 0B47: samp close_current_dialog_with_button 1
  22. end
  23. end
  24.  
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement