24.05.2016, 20:57
but as your code you set it for Level 4 or Higher admins can see that
You can make it for lower admins also by changing it to 1 , 2, 3 its your choice
Have Fun cheers
You can make it for lower admins also by changing it to 1 , 2, 3 its your choice
Код:
stock SendAdminMessage(Color,string[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(PlayerInfo[i][pAdmin] >= 4) { SendClientMessage(i, Color, string); } } }