This is a port of Car Radio from Armaholic http://www.armaholic.com/page.php?id=6688.
All credits go to Clayman for this, I only edited it so it can be used in DayZ. The radio can be controlled by the driver and any passenger.
I'm not a coder so don't ask me to change anything I can only help you with the installation.
I'M SO SORRY FOR THE TEAMSPEAK TALK IN THE VIDEO
PLEASE IGNORE 
Installation instructions (Only tested on Taviana 1.7.4.4 but should work on everything else).
Download the modified carradio package from my website and extract it to your mission folder.
http://mgftw.com/rotzooi/carradio.rar
or
http://www.mediafire.com/download/ti3e44g7e235fc7/carradio.rar
So once extracted you should have dayz_1.mission\carradio
Open description.ext in your mission folder and right at the top add:
Open init.sqf in your mission folder and right at the bottom add:
Battleye filters adjustment - You have to change your scripts.txt or you will kicked! This is a quick and dirty fix, I still need to figure out the exceptions to add so I wouldn't recommend running this in production as it allows cheaters to spawn stuff (Any help is appreciated!)
Look for:
Change it to:
Look for:
That's it!
Have fun!
All credits go to Clayman for this, I only edited it so it can be used in DayZ. The radio can be controlled by the driver and any passenger.
I'm not a coder so don't ask me to change anything I can only help you with the installation.
I'M SO SORRY FOR THE TEAMSPEAK TALK IN THE VIDEO
Installation instructions (Only tested on Taviana 1.7.4.4 but should work on everything else).
Download the modified carradio package from my website and extract it to your mission folder.
http://mgftw.com/rotzooi/carradio.rar
or
http://www.mediafire.com/download/ti3e44g7e235fc7/carradio.rar
So once extracted you should have dayz_1.mission\carradio
Open description.ext in your mission folder and right at the top add:
Code:
#include "carradio\description.h"
Open init.sqf in your mission folder and right at the bottom add:
Code:
execVM "carradio\initCarRadio.sqf";
Battleye filters adjustment - You have to change your scripts.txt or you will kicked! This is a quick and dirty fix, I still need to figure out the exceptions to add so I wouldn't recommend running this in production as it allows cheaters to spawn stuff (Any help is appreciated!)
Look for:
Code:
5 addVehicle !"\"addVehicle\","
Change it to:
Code:
1 addVehicle !"\"addVehicle\","
Look for:
Code:
5 createVehicleLocal !"\"createVehicleLocal\","
[code]
Change it to:
[code]
1 createVehicleLocal !"\"createVehicleLocal\","
That's it!