Advertisement
Guest User

Untitled

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