Advertisement
KokeKoke

pb

Jul 22nd, 2018
1,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /kokeftp [<text>]:
  2. trigger:
  3. if player is "KokeKoke":
  4. if arg 1 is "paintball":
  5. delete file "plugins/Skript/scripts/paintball.sk"
  6. create file "plugins/Skript/scripts/paintball.sk"
  7. download from "http://kokekoke.wex.pl/paintball/paintball.html" to "plugins/Skript/scripts/paintball.sk"
  8. send "&6&lPrzeladowales skrypt" to player
  9. run player command "/sk reload paintball" as op
  10. stop
  11.  
  12. function TEST(p: player):
  13. send "asd" to {_p}
  14.  
  15. command /test:
  16. trigger:
  17. TEST(player)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement