06.11.2011, 21:35
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?
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-");
}
}