a little help
#4

Код:
SetTimerEx("PlaySound",TIMEINMILISECS,false,"i",playerid);

//NOT inside any cmd or callback
forward PlaySound(playerid);
public PlaySound(playerid)
{
    for(new i = 0; j = GetPlayerPoolSize(); i <= j; i++) { // For player sound for all players
        PlayAudioStreamForPlayer(i,"******.com");
    }
}
Instead of "******.com" you need to insert a valid mp3, or another sound format, link
Reply


Messages In This Thread
a little help - by Owen007 - 18.06.2016, 10:35
Re: a little help - by xTURBOx - 18.06.2016, 11:24
Re: a little help - by Owen007 - 18.06.2016, 11:56
Re: a little help - by J4Rr3x - 18.06.2016, 12:13
Re: a little help - by SyS - 18.06.2016, 13:06
Re: a little help - by Owen007 - 18.06.2016, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)