12.05.2015, 13:00
As Sithis said.
Simply add this:
Simply add this:
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
StopAudioStreamForPlayer(playerid);
return 1;
}