Restricting Audio Stream
#1

Right now I am proberly overlooking something right infront of me, but the audio stream still plays inside of these vehicles and it shouldn't.

Any ideas on what's causing the problem?

pawn Код:
if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
{
    if(GetVehicleModel(GetPlayerVehicleID(playerid)) != 598 || GetVehicleModel(GetPlayerVehicleID(playerid)) != 497)
    {
        PlayAudioStreamForPlayer(playerid, "-snip-");
    }
}
Reply


Messages In This Thread
Restricting Audio Stream - by Infamous - 06.11.2011, 21:35
Re: Restricting Audio Stream - by Sascha - 06.11.2011, 21:38
Re: Restricting Audio Stream - by Infamous - 06.11.2011, 21:41

Forum Jump:


Users browsing this thread: 2 Guest(s)