Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if (c.playerRights >= 0)
  2. playerCommands(c, playerCommand);
  3. if (c.playerRights == 1 || c.playerRights == 2 || c.playerRights == 3))
  4. moderatorCommands(c, playerCommand);
  5. if (c.playerRights == 2 || c.playerRights == 3))
  6. administratorCommands(c, playerCommand);
  7. if (c.playerRights == 3))
  8. ownerCommands(c, playerCommand);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement