25.11.2014, 18:41
(
Последний раз редактировалось N0FeaR; 25.11.2014 в 19:16.
)
Was making an radio system but got a little problem when i exit the vehicle the music wont stop stream
I putted this under OnPlayerExitVehicle
NVM already sloved
I putted this under OnPlayerExitVehicle
pawn Код:
if(playerid == PLAYER_STATE_DRIVER || playerid == PLAYER_STATE_PASSENGER)
{
StopAudioStreamForPlayersInCar(playerid); // Stop the audio stream
}