knugi

Untitled

Dec 14th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. command /los:
  2. trigger:
  3. if has permission "vip.los":
  4. if {dupa.%player%} is true:
  5. execute console command "shot give %player% winchester 1" or "shot give %player% revolver 1" or "shot give %player% m4a1holo 1" or "shot give %player% dmr 1" or "shot give %player% g36a 1" or "shot give %player% glock 17 1" or "shot give %player% lee enfield 1" or "shot give %player% svd camo 1" or "shot give %player% rpg 1" or "shot give %player% granat 1" or "shot give %player% tarcza 1" or "shot give %player% pdw 1" or "shot give %player% m107 1" or "shot give %player% mk 48 mod 0 1" or "shot give %player% cz550 1" or "shot give %player% m14 aim 1" or "shot give %player% fn fal 1" or "shot give %player% bizon 1" or "shot give %player% mp5 1" or "shot give %player% ak-47 1" or "shot give %player% double_barreled 1" or "shot give %player% m4a1 1" or "shot give %player% m24 1"
  6. send "&6%player%: &awylosowalem bron! Nastepna bron moge wylosowac za dwie godziny!"
  7. set {dupa.%player%} to false
  8. set {dupa.%player%.time} to 120 * 60
  9. stop
  10. if {dupa.%player%} is false:
  11. send "&6%player%: &cta komende moge uzyc ponownie za %{dupa.%player%.time}% sekund!"
  12. else:
  13. send "&6%player%: &cMusze posiadac konto VIP aby wylosowac przedmiot!"
  14. every 1 second:
  15. loop all players:
  16. if {dupa.%loop-player%.time} is larger than 0:
  17. remove 1 from {dupa.%loop-player%.time}
  18. if {dupa.%loop-player%.time} is 0:
  19. set {dupa.%loop-player%.time} to true
  20. clear {dupa.%loop-player%.time}
Advertisement
Add Comment
Please, Sign In to add comment