27.07.2012, 01:14
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:
and on the command you add
and on player enter car you use
Atleast i think something like that'll work, hope you understand what I'm trying to tell you
something like:
Код:
new radiostation[MAX_VEHICLES][128];
Код:
radiostation[vehicleid][128] = string;
Код:
PlayAudioStreamForPlayer(i, radiostation[vehicleid]);