TheFYrreMaster Posted October 22, 2019 Share Posted October 22, 2019 Title says it all. Can you mod the game so that the radio is usable in emergency vehicles, along with the radio on the police bike? Link to comment Share on other sites More sharing options...
Jack Posted October 23, 2019 Share Posted October 23, 2019 (edited) On 10/22/2019 at 11:50 AM, TheFYrreMaster said: Title says it all. Can you mod the game so that the radio is usable in emergency vehicles, along with the radio on the police bike? Yes you can (c++ plugin-sdk): if (veh->IsLawEnforcementVehicle() == true) { veh->m_vehicleAudio.m_settings.m_nRadioType = RADIO_CIVILIAN; } or use WL Editor: I left the option "EnableRadioForPoliceCars" - under misc: <EnableRadioForPoliceCars>false</EnableRadioForPoliceCars> Just replace false with true and save. All police vehicles should have the regular radio stations. Edited October 23, 2019 by Jack . Sloth- 1 Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now