07.05.2017, 17:44
just use
this will stop the music when he exit the car
PHP код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}