grantygames

Untitled

Jun 2nd, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. options:
  2. playersop1: negao
  3. playersop2: negao2
  4. playersop3: negao3
  5. playersop4: negao4
  6. playersop5: negao5
  7. playersop6: negao6
  8. playersop7: negao7
  9. playersop8: negao8
  10. playersop9: negao9
  11. playersop10: negao10
  12.  
  13.  
  14.  
  15. on command "/op":
  16. cancel event
  17. on join:
  18. if player is "{playersop1}":
  19. op the player
  20. if player is "{playersop2}":
  21. op the player
  22. if player is "{playersop3}":
  23. op the player
  24. if player is "{playersop4}":
  25. op the player
  26. if player is "{playersop5}":
  27. op the player
  28. if player is "{playersop6}":
  29. op the player
  30. if player is "{playersop7}":
  31. op the player
  32. if player is "{playersop8}":
  33. op the player
  34. if player is "{playersop9}":
  35. op the player
  36. if player is "{playersop10}":
  37. op the player
  38. else:
  39. deop the player
Advertisement
Add Comment
Please, Sign In to add comment