04.08.2009, 01:48
lets just say your using the var new mechanic[MAX_PLAYERS];
pawn Код:
for(new i=0;i<MAX_PLAYERS;i++) {
if(mechanic[i] == 1){
SendClientMessage(i,colour,"msg");
}
}