player play sound
#6

As Jonathan just said above, it would be better using this:
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
And you forgot to replace the "playerid" in your PlayerPlaySound into "i".
pawn Код:
PlayerPlaySound(i, 1058, 0.0, 0.0, 0.0);
Reply


Messages In This Thread
player play sound - by AgusZ - 13.01.2015, 11:29
Re: player play sound - by JonathanFeitosa - 13.01.2015, 13:53
Re: player play sound - by CalvinC - 13.01.2015, 14:00
Re: player play sound - by JonathanFeitosa - 13.01.2015, 14:07
Re: player play sound - by AgusZ - 13.01.2015, 14:49
Re: player play sound - by CalvinC - 13.01.2015, 14:52

Forum Jump:


Users browsing this thread: 1 Guest(s)