17.03.2010, 12:37
Quote:
Originally Posted by simonall2
i know type the command ( /play 1 0 0 0 )can play the audio of the audiopack file..but i want to ask
if only one guy type the command in the server...and that server have many peoples...can all peoples listen the audio at the same time ?? (include that guy who type the play command) |
pawn Код:
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
Audio_Play(i,.....); //Use i instead of playerid here
}
}