#3

my code

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    if(
newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
    {
     
PlayAudioStreamForPlayer(playeridRandomSongs[random(sizeof(RandomSongs))]);         
    }
    else if(
oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
    {
        
StopAudioStreamForPlayer(playerid); 
    }
    return 
0;

when the song end how to auto the song back
Reply


Messages In This Thread
song - by crukk11 - 09.04.2017, 16:25
Re: song - by Meller - 09.04.2017, 20:51
Re: song - by crukk11 - 11.04.2017, 15:23
Re: song - by crukk11 - 12.04.2017, 14:26
Re: song - by crukk11 - 12.04.2017, 16:00
Re: song - by Sew_Sumi - 12.04.2017, 16:17
Re: song - by crukk11 - 12.04.2017, 18:36
Re: song - by Sew_Sumi - 12.04.2017, 20:17
Re: song - by YouHack - 12.04.2017, 20:54

Forum Jump:


Users browsing this thread: 2 Guest(s)