SA-MP Forums Archive
Radio help? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Radio help? (/showthread.php?tid=547854)



Radio help? - N0FeaR - 25.11.2014

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
pawn Код:
if(playerid == PLAYER_STATE_DRIVER || playerid == PLAYER_STATE_PASSENGER)
    {
        StopAudioStreamForPlayersInCar(playerid); // Stop the audio stream
    }
NVM already sloved