Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ScriptName AmmoGen2013x12GaScript
  2.  
  3. Float Timer
  4. Short Adjust
  5.  
  6. Begin GameMode
  7.  
  8. If Player.GetItemCount AmmoGen2013x12Ga >= 1
  9. If Player.GetItemCount Ammo12Ga < 2499
  10. If Timer < 45
  11. Set Timer to Timer + GetSecondsPassed + (Player.GetRadiationLevel / 100)
  12. Else
  13. Set Adjust to ( Player.GetItemCount AmmoGen2013x12Ga )
  14. Player.AddItem Ammo12Ga Adjust 1
  15. Set Timer to 0
  16. EndIf
  17. EndIf
  18. EndIf
  19.  
  20. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement