Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {$CLEO}
  2. {$INCLUDE SF}
  3. thread "automask"
  4. 0000:
  5.  
  6. while not samp.Available()
  7. wait 0
  8. end
  9.  
  10. while true
  11. wait 0
  12. if
  13. 0B61: samp is_local_player_spawned
  14. then
  15. wait 250
  16. say "/mn"
  17. wait 250
  18. 0B4E: samp 0@ = get_current_dialog_id
  19. wait 250
  20. 0BC9: samp send_dialog_response dialog 0@ button 1 listitem 10 input 0
  21. wait 250
  22. 0B4E: samp 1@ = get_current_dialog_id
  23. wait 250
  24. 0BC9: samp send_dialog_response dialog 1@ button 1 listitem 1 input 0
  25. 0BDE: pause_thread 0
  26. end
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement