Command Effecting All Players on Server.
#2

pawn Код:
if( !strcmp(cmdtext, "/Command", true))
{
     for( new i = 0; i != MAX_PLAYERS; i++)// Loop 500 players
     {
          if(!IsPlayerConnected(i))continue;// only connected players
          PlayAudioStreamForPlayer(i, "http://k003.kiwi6.com/hotlink/h779njgwom/halo_3_finish_the_fight.mp3");// Action all players connected
     }
     return 1;
}
Reply


Messages In This Thread
Command Effecting All Players on Server. - by Grant. - 25.02.2012, 01:27
Respuesta: Command Effecting All Players on Server. - by iKeN - 25.02.2012, 01:35
Re: Command Effecting All Players on Server. - by Grant. - 25.02.2012, 02:35

Forum Jump:


Users browsing this thread: 1 Guest(s)