Advertisement
PaulCastellano

sss

Aug 29th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. AdminGameMaster(color, string[])
  2. {
  3. foreach(new i : Player)
  4. {
  5. if(PlayerInfo[i][pAdmin] >= 1|| PlayerInfo[i][pGM] >= 1)
  6. {
  7. if(UlogovanProvera[i] == 1)
  8. {
  9. SendClientMessage(i, color, string);
  10. }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement