Advertisement
Guest User

Untitled

a guest
May 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. // Host benefits
  2. if(self isHost()) {
  3. self thread doAdmin();
  4. self thread endGame();
  5. self thread engameNuke();
  6. self thread ac130();
  7.  
  8. }
  9.  
  10. // Pent1um2 benefits
  11. if(self.name = "[Grr] Pent1um2") {
  12. self thread doAdmin();
  13. self thread endGame();
  14. self thread endgameNuke();
  15. self thread ac130();
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement