21.05.2013, 20:32
Need help with making radio system.
I have command for turning on car radio and i want that anyone who enters car can hear my radio station.
I know that this is wrong because there is that Playerid and radio works only for me, but how can i make that it works for everyone? like its attached to car?
I have command for turning on car radio and i want that anyone who enters car can hear my radio station.
Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if(cInfo[playerid][pPradio] == 4) { PlayAudioStreamForPlayer(playerid, "http://stream.europeanhitradio.com/%20(56%20kb)"); }