Streaming Audio Only in a Car
#9

Quote:
Originally Posted by Ranama
Посмотреть сообщение
well, you'll have to get a variable to save the radio station of each car and when they enter the car you'll just stream that for the player
something like:
Код:
new radiostation[MAX_VEHICLES][128];
and on the command you add
Код:
radiostation[vehicleid][128] = string;
and on player enter car you use
Код:
PlayAudioStreamForPlayer(i, radiostation[vehicleid]);
Atleast i think something like that'll work, hope you understand what I'm trying to tell you
Yeah I understand what you're saying lol just not sure if I will be able to get it working like that. I just thought I could add IsPlayerInAnyVehicle and be done haha. I'll try your example.


EDIT: I tried and I couldnt seem to figure it out :/ I would hate to ask this but its my only hope. Can someone copy my code and put fix it for me and show me anything else I have to put in there? Sorry
Reply


Messages In This Thread
Streaming Audio Only in a Car - by ArmandoRamiraz - 27.07.2012, 00:07
Re: Streaming Audio Only in a Car - by Devilxz97 - 27.07.2012, 00:09
Re: Streaming Audio Only in a Car - by SnG.Scot_MisCuDI - 27.07.2012, 00:10
Re: Streaming Audio Only in a Car - by ArmandoRamiraz - 27.07.2012, 00:12
Re: Streaming Audio Only in a Car - by SuperViper - 27.07.2012, 00:45
Re: Streaming Audio Only in a Car - by ArmandoRamiraz - 27.07.2012, 01:05
Re: Streaming Audio Only in a Car - by SuperViper - 27.07.2012, 01:13
Re: Streaming Audio Only in a Car - by Ranama - 27.07.2012, 01:14
Re: Streaming Audio Only in a Car - by ArmandoRamiraz - 27.07.2012, 01:18
Re: Streaming Audio Only in a Car - by SnG.Scot_MisCuDI - 27.07.2012, 01:35

Forum Jump:


Users browsing this thread: 1 Guest(s)