13.02.2009, 19:51
again, done in reply box.
pawn Код:
for(new bob; bob < MAX_PLAYERS; bob++)
{
if (!IsPlayerConnected) continue;
PlayerPlaySound(bob, soundid);
}