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

Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
  if(isPlayerConnected(i))
  {
    PlayerPlaySound();
  }
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)