Terrow Posted September 13, 2014 Report Share Posted September 13, 2014 For example, the LA Ambulance folder and all of the vehicles with the siren command in it have the siren turn on in game. If I put in a vehicle from the folder Ambulance from the original game, with the same scripts attached the sirens won't turn on. Do I have to add the folder to a script or all of the vehicles in the folder to a script for sirens to actually make a sound? Quote Link to comment Share on other sites More sharing options...
Wkboy714 Posted September 13, 2014 Report Share Posted September 13, 2014 It sounds like a script path issue to me. Check in your siren script that all references to the vehicle folder is correct. For example, check your scripts say something like "mod/Prototypes/Ambulance/ambulance1" rather than "mod/Prototypes/LA Ambulance/ambulance1". Quote Link to comment Share on other sites More sharing options...
itchboy Posted September 13, 2014 Report Share Posted September 13, 2014 For example, the LA Ambulance folder and all of the vehicles with the siren command in it have the siren turn on in game. If I put in a vehicle from the folder Ambulance from the original game, with the same scripts attached the sirens won't turn on. Do I have to add the folder to a script or all of the vehicles in the folder to a script for sirens to actually make a sound?You would need to define the paths of the prototypes to the script. They need to reference the path of the prototype that you are going to give a siren. Quote Link to comment Share on other sites More sharing options...
Terrow Posted September 13, 2014 Author Report Share Posted September 13, 2014 Ah, okay. Thanks guys Quote Link to comment Share on other sites More sharing options...