19.07.2013, 08:09
Okay so I am creating a Radio System which shall be posted soon for the public but I have a problem,I setup for when the player gets out of the vehicle,the Audio Stream stops,but it does not stop when you fall off your bike,this is what the script looks like.
How do I setup for when the player falls off a bike?
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}