Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AdminGameMaster(color, string[])
- {
- foreach(new i : Player)
- {
- if(PlayerInfo[i][pAdmin] >= 1|| PlayerInfo[i][pGM] >= 1)
- {
- if(UlogovanProvera[i] == 1)
- {
- SendClientMessage(i, color, string);
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement