Streaming Help please?
#5

Yup. In fact just use or (||) operator:

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_DRIVER || oldstate == PLAYER_STATE_PASSENGER)
    {
        StopAudioStreamForPlayer(playerid);
    }
}
Reply


Messages In This Thread
Streaming Help please? - by NinjahZ - 19.07.2013, 08:09
Re: Streaming Help please? - by Misiur - 19.07.2013, 09:08
Re: Streaming Help please? - by NinjahZ - 19.07.2013, 09:29
Re: Streaming Help please? - by NinjahZ - 19.07.2013, 11:10
Re: Streaming Help please? - by Misiur - 19.07.2013, 11:18
Re: Streaming Help please? - by NinjahZ - 19.07.2013, 12:18

Forum Jump:


Users browsing this thread: 1 Guest(s)