Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {$CLEO}
  2. 0000: NOP
  3. repeat
  4. wait 50
  5. until 0AFA: is_samp_structures_available
  6.  
  7.  
  8. 0B34: samp register_client_command "salmode" to_label @activated
  9. 0B34: samp register_client_command "sal" to_label @cmd_sal
  10. chatmsg "{FF8000}AutoHelmet Made by gumball3000 for bugged.ro has loaded" -1
  11.  
  12.  
  13. :unknown_446
  14. wait 0
  15. if 31@ == 1
  16. then
  17. if 14@ == 1
  18. then
  19.  
  20. :cmd_sal
  21. SAMP.IsCommandTyped(20@)
  22. 0AF9: samp say_msg "/c Salut."
  23. SAMP.CmdRet()
  24.  
  25. 14@ = 0
  26. end
  27. else
  28. 14@ = 1
  29. end
  30. jump @unknown_446
  31.  
  32.  
  33.  
  34.  
  35. :activated
  36. 0B12: 31@ = 31@ XOR 1
  37. If 31@ == 1
  38. then
  39. 0AF8: samp add_message_to_chat "{FF0000}Auto helmet is now {BFBFBF}enabled!" -1
  40. 14@ = 1
  41. else
  42. 0AF8: samp add_message_to_chat "{FF0000}Auto helmet is now disabled!" -1
  43. end
  44. samp.CmdRet
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement