27.07.2012, 01:18
Quote:
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]; Код:
radiostation[vehicleid][128] = string; Код:
PlayAudioStreamForPlayer(i, radiostation[vehicleid]); |
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