erfd Posted July 2, 2010 Report Share Posted July 2, 2010 Hi, This submod will add the stabilize command to all police officers so they can help out on any call that needs medical attention. Right now only the male LA pd officer and the highway patrol officer have the command, but I will add it to the rest when I get a chance. It will also change the ff paramedic from wearing turnout gear to a jumpsuit. Paramedics still wear full turnout gear when wearing a SCBA though. Any suggestions/ comment appreciated. I will also make it possible for most of the officers to carry the M4.Change List:M4 script edited to add m4 to patrol cars- done (adding to more cars)Commands given to officers to carry m4 rifle- done (adding to more people)FF/Paramedic wears jumpsuit instead of turnout gear- doneAdded stablilize command to officers- done (adding to more people)Download: (coming when approved)Pictures: Link to comment Share on other sites More sharing options...
Quincy Posted July 2, 2010 Report Share Posted July 2, 2010 Very nice i had my cops have the stabilize or the heal command (i forget which one because my computer got recovered) only problem you might run in to with adding that command to the police officers is that i think most of them hit the command limit Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Havent had a problem yet. Link to comment Share on other sites More sharing options...
Quincy Posted July 2, 2010 Report Share Posted July 2, 2010 (edited) did you have to remove any commands? (also i might of had that command problem because i was using SG's mod)could you also make it so the CHP officers (regular and traffic)can wield the mp5 or m4? Edited July 2, 2010 by Quincy Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 I will try to get it to work. I removed the check victim command, but I never saw it in game on the officers. Link to comment Share on other sites More sharing options...
Quincy Posted July 2, 2010 Report Share Posted July 2, 2010 oh that probably why you didn't have any trouble adding the stabilize command Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Probaly, If you need to check a victim you will have to call an FBI agent or anyone else who can check them. Link to comment Share on other sites More sharing options...
usmc123 Posted July 2, 2010 Report Share Posted July 2, 2010 Sounds very good, I've been wanting paramedics without turnout gear, seems more realistic. At least around these parts paramedics and EMTs don't wear full turnout gear to a simple medical call. Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 2, 2010 Report Share Posted July 2, 2010 At least around these parts paramedics and EMTs don't wear full turnout gear to a simple medical call.I think this mostly comes down to weather or not EMS is part of the Fire Service as it is in LA. Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Where I live, the ff who are emts get jumpsuits when working on the ambulance, that the main reason I did that. Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 2, 2010 Report Share Posted July 2, 2010 I understand what you mean hints why I already mentioned a change for the ambulance crew as being part of my next release, although it may differ slightly from this. I am waiting on more info regarding the uniforms when staffing ambulances in LA. Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Update: M4 added to CHP officer with and without vest. Picture at the top. How can I make it so the M4 is avalible in the CHP patrol car? Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 2, 2010 Report Share Posted July 2, 2010 Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 That didnt really help me. I originally added all the commands so the officer just had the weapon, but it was a mess, so I did it so he has to grab it. Also it dosent really say how to add to to the squad, it just says what he thinks needs to be edited... I ll keep trying though.edit: I think I got it, testing now Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Update: CHP, Male Lapd, Female LAPD, Sheriefs Deputy all can carry M4. (picture on first post) Still working on getting M4 into car.Edit: Does anyone know what I have to edit in the LAM4a1.script to make it so patrol cars can carry it in its equipment? Here is my edit to it: Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 2, 2010 Report Share Posted July 2, 2010 if (v.IsValid() && !v.IsDestroyed() && StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/hmmwv.e4p") == 0 || StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/us_army_truck.e4p") == 0 || StrCompare(v.GetPrototypeFileName(), "mod:Prototypes/Vehicles/05 US Army/blackhawk.e4p") == 0)Just keep going using this pattern. Make sure all lines but the last have a || at the end. Link to comment Share on other sites More sharing options...
erfd Posted July 2, 2010 Author Report Share Posted July 2, 2010 Thanks, that is probally my problem, my line I made had == 0), that is probaly my answer, Ill let you know. Link to comment Share on other sites More sharing options...
Xplorer4x4 Posted July 3, 2010 Report Share Posted July 3, 2010 Well you do need the == 0) but you need a || on all lines but the last. Link to comment Share on other sites More sharing options...
erfd Posted July 3, 2010 Author Report Share Posted July 3, 2010 Okay,I understand now, thanks for your help. Link to comment Share on other sites More sharing options...
TacticalRooster22 Posted July 3, 2010 Report Share Posted July 3, 2010 Love the jumpsuit idea! Is there a way to do that with all FF and have the command to change to turnout gear? I know there's a way, but it requires a lot of scripting. Link to comment Share on other sites More sharing options...
erfd Posted July 3, 2010 Author Report Share Posted July 3, 2010 There's a way, but I am no where near talented enough to do that. Link to comment Share on other sites More sharing options...
eggcarton Posted July 3, 2010 Report Share Posted July 3, 2010 Love the jumpsuit idea! Is there a way to do that with all FF and have the command to change to turnout gear? I know there's a way, but it requires a lot of scripting. Wouldnt be similar to the change into SCBA command? Link to comment Share on other sites More sharing options...
erfd Posted July 3, 2010 Author Report Share Posted July 3, 2010 I think it would be almost exactly the same, just would change to a different model than a scba ff. Link to comment Share on other sites More sharing options...
erfd Posted July 5, 2010 Author Report Share Posted July 5, 2010 Update- M4 added to LAPD, LASD, and CHP patrol cars. Will post pics on first post.edit: pics added Link to comment Share on other sites More sharing options...
Quincy Posted July 6, 2010 Report Share Posted July 6, 2010 Nice! I love it Good Job! Link to comment Share on other sites More sharing options...