16.04.2012, 11:44
Quote:
|
Hi all im making a radio script but i cant figure out how to resume audio stream for player when he exits vehicle and enters again.
I made that when player exits a car his audio stream stops automaticly, and audio stream works only in car so if someone could help me out i'd be greatfull alot. ![]() |
OnPlayerEnterVehicle
if(PlayerInfo[playerid][pRadioResume] == 1) {
PlayAudioForPlayer <<< or whatever.
then
with the CMD:radioon or w/e
do PlayerInfo[playerid][pRadioResume] = 1; so you set it to one?



