Advertisement
caponemkd

Untitled

Feb 24th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. foreach (Player, i)
  2. {
  3. if(gPlayerLogged[i] == 1)
  4. {
  5. if(PlayerInfo[i][pLevel] < 4)
  6. {
  7. if(PlayerInfo[i][pGameMaster] < 1 || PlayerInfo[i][pAdmin] < 1 || PlayerInfo[i][pLeader] < 1)
  8. {
  9. SendClientMessage(i, -1, string);
  10. }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement