Question regarding playerid (noob question!)
#3

For everyone:
pawn Code:
for(new i=0;i<MAX_PLAYERS;i++)//"i" instead of "playerid"
{
    if(IsPlayerConnected(i))
    {
        Audio_Play(i, 1, false, false, false);
        //More things for each player.
    }
}
Reply


Messages In This Thread
Question regarding playerid (noob question!) - by Mattjones17 - 26.10.2010, 17:07
Re: Question regarding playerid (noob question!) - by BMUK - 26.10.2010, 17:09
Re: Question regarding playerid (noob question!) - by Double-O-Seven - 26.10.2010, 17:09
Re: Question regarding playerid (noob question!) - by The_Moddler - 26.10.2010, 17:12
Re: Question regarding playerid (noob question!) - by Scenario - 26.10.2010, 17:18
Re: Question regarding playerid (noob question!) - by Mattjones17 - 27.10.2010, 16:21

Forum Jump:


Users browsing this thread: 1 Guest(s)