03.10.2012, 01:07
Pra que essa confusгo toda?
pawn Код:
stock MensageAdmin(cor,const string[]){
for(new i = 0; i < MAX_PLAYERS; i++){
if(IsPlayerConnected(i)){
if (PlayerInfo[i][pAdmin] >= 1){
SendClientMessage(i, cor, string);
}
}
}
return 1;
}