dangerscout

dgun

Aug 7th, 2019
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {$CLEO}
  2. {$INCLUDE SF}
  3. 0000:
  4.  
  5. repeat
  6. wait 0
  7. until SAMP.Available()
  8.  
  9. 0b34: "addspas" @addspas
  10.  
  11. while true
  12. wait 0
  13. if
  14. 0248: model #SHOTGSPA available
  15. then
  16. 01B2: give_actor $PLAYER_ACTOR weapon 27 ammo 100
  17. 0249: release_model #SHOTGSPA
  18. end
  19. end
  20.  
  21. :addspas
  22. 0247: load_model #SHOTGSPA
  23. 038B: load_requested_models
  24. SAMP.CmdRet()
Advertisement
Add Comment
Please, Sign In to add comment