PlayerPlaySound - is it possible to play to all?
#3

pawn Код:
forward PlaySoundForAll(soundid);
public PlaySoundForAll(soundid)
{
 for(new i; i<MAX_PLAYERS; i++)
   if(IsPlayerConnected(i))PlayerPlaySound(i,soundid);
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)