05.10.2013, 17:49
pawn Код:
for( new i = 0; i < MAX_PLAYERS; i++ )
{
if( !IsPlayerConnected( i ) || /* !IsCop( i ) .. or whaterver you're using to check if they're not cops */ ) continue;
// send the message
}
https://sampwiki.blast.hk/wiki/Control_Structures#Loops