PlayerPlaySound (For everybody?)
#1

I was wondering,how would you use PlayerPlaySound to play a sound for all players and not just playerid?I dont think their is a callback to play it for all is their

If somebody knows how can you help plz?
Reply
#2

pawn Код:
for(new i; i<MAX_PLAYERS; i++)
{
    PlayerPlaySound(i, soundid, 0.0, 0.0, 0.0)
}
Dont forget to replace soundid!
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)