UkMod999 Posted November 29, 2009 Author Report Share Posted November 29, 2009 Kentfireandrescue is back helping folks. Ahrus Modder Is Helping Edit Scanias As These Are The Ones I Need For Retained Tonight. Im Adding Light Video Tonight. Thanks Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted November 29, 2009 Report Share Posted November 29, 2009 Great. Can't wait for the video Quote Link to comment Share on other sites More sharing options...
bazz Posted November 29, 2009 Report Share Posted November 29, 2009 Great. Can't wait for the video Same can't wait Quote Link to comment Share on other sites More sharing options...
Forensics Posted November 29, 2009 Report Share Posted November 29, 2009 Me too Looking forward to video. Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 29, 2009 Author Report Share Posted November 29, 2009 Great. Can't wait for the video Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 29, 2009 Author Report Share Posted November 29, 2009 How do i add sirens to my truck. Its in game and i have the siren i want to use. How can i make it work on the truck Quote Link to comment Share on other sites More sharing options...
cops Posted November 29, 2009 Report Share Posted November 29, 2009 (edited) How do i add sirens to my truck. Its in game and i have the siren i want to use. How can i make it work on the truckFirst of al you need the SoSi script (you can download it from www.lamod.emergency-planet.com)Than you need to add your vehicle prototype line:**explain**(LA mod 1.9)(beginning)const char CMD_AUTOSIREN_OFF[] = "VcmdAutoSirenOff";const char EACTION_FINDPATH[] = "EActionFindPath";const char EACTION_EXTINGUISH[] = "EActionExtinguish";const char DUMMY_HASSIREN[] = "DummyHasSiren";const char DUMMY_UPDATEPOS[] = "DummyUpdatePos";const char DUMMY_FINDPATH[] = "DummyFindPath";const char DUMMY_HOSESON[] = "DummyHosesAreOn";const char NAME_DUMMYOBJECT[] = "HelpingObjekt_Hoppah";const char DUMMY_GETTIL[] = "DummyGetTiller";(the car line('s))const char PROTO_ENGINE01[] = "mod:Prototypes/Vehicles/02 LA Fire Department/fire_engine1.e4p";const char PROTO_ENGINE02[] = "mod:Prototypes/Vehicles/02 LA Fire Department/fire_engine2.e4p";than you need to have this:int DummyGroup = 23;object VcmdSiren : CommandScript{ VcmdSiren() { SetIcon("sirenson"); SetCursor("sirens"); SetRestrictions(RESTRICT_SELFEXECUTE); SetPossibleCallers(ACTOR_VEHICLE); SetGroupID(DummyGroup); SetGroupLeader(true); } bool CheckPossible(GameObject *Caller) { if (!Caller->IsValid()) return false; if (Caller->HasCommand(DUMMY_HASSIREN)) SetIcon("sirensoff"); else SetIcon("sirenson"); if(Caller->HasCommand(DUMMY_HOSESON)) return false; return true; } bool CheckTarget(GameObject *Caller, Actor *Target, int childID) { if (!Target->IsValid() || Target->GetID() != Caller->GetID()) return false; return true; } void PushActions(GameObject *Caller, Actor *Target, int childID) { Vehicle v(Caller); if (!v.HasCommand(DUMMY_HASSIREN)) {and after this you need to add a line for sirene } int soundID; Vector CarPos = v.GetPosition(); if (StrCompare(v.GetPrototypeFileName(), PROTO_ENGINE01) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_ENGINE02) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_WATERTENDER) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_LADDER) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_TILLER) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_HAZMAT) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_MOTORBOAT) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_CRASHTENDER) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_USAR) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_MCU01) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_USFS02) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_SWAT_TRUCK) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_HEAVY_RESCUE) == 0 || StrCompare(v.GetPrototypeFileName(), PROTO_FBI_COMMAND) == 0) {(this is for the Fire department but you also can do it for police EMS etc...)If I have it wrong please say it to me!!( you can also look in an siren script for an mod LA mod or something like that)I hope it works :12:Cops Edited November 29, 2009 by cops Quote Link to comment Share on other sites More sharing options...
bennie900 Posted November 29, 2009 Report Share Posted November 29, 2009 The first bit is ok, but the rest of the script has nothing to do with configuring the sounds.Tutorial here - Has everything you need for it. Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 29, 2009 Author Report Share Posted November 29, 2009 One more problem. Im Playing A Mod. I Click On The Map And em4 goes Back To Desktop? Its A Legal Version Quote Link to comment Share on other sites More sharing options...
cops Posted November 29, 2009 Report Share Posted November 29, 2009 The first bit is ok, but the rest of the script has nothing to do with configuring the sounds.Tutorial here - Has everything you need for it.I complete forget that tutorial Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 Scripter(Urgent)Building Maker For The Bases, Fire Stations etc..Skinner (Urgent)Modder! (Urgent) Just to make more models. Equipment maker.UV Mapper.Please Put Your Name Forward To Help The Scotland Mod. Quote Link to comment Share on other sites More sharing options...
eyespy900 Posted November 30, 2009 Report Share Posted November 30, 2009 i have made a scania and a hvpu (high volume pumping unit) for my own personal private mod if this would be of use then ur welcome to use them. they are my own models, my own work.***eyespy900*** Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 i have made a scania for my own personal private mod if this would be of use then ur welcome to use it. it is my own model, my own work.***eyespy900***eyespy900. Please Contact Me via Pm. I would love it if you could help our mod. Its Scanias And Mans We Have. But Please PM Me Your A Great Modder. But Be Great If You Could Help!!! Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted November 30, 2009 Report Share Posted November 30, 2009 eyespy900, your models look great. Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 Video Is Out. Its Not The Best Just Showing The Truck With The Lights On. Please Say What You Think. Also Its My First Time Doing Lights.http://www.youtube.com/watch?v=7XCuEBhbTOc Quote Link to comment Share on other sites More sharing options...
Forensics Posted November 30, 2009 Report Share Posted November 30, 2009 It looks great Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 It looks great Thanks!! Quote Link to comment Share on other sites More sharing options...
Forensics Posted November 30, 2009 Report Share Posted November 30, 2009 especially if it's your first timeKeep it up Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 especially if it's your first timeKeep it up Thanks Man. Well Its Identical To The Retained Ones. The Full Time Has Leds And Red Warning Lights At The Back That Flash With The Blue To Warn. That Will Be On The Full Time Quote Link to comment Share on other sites More sharing options...
randomperson139 Posted November 30, 2009 Report Share Posted November 30, 2009 The video looks good. Keep it up Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 The video looks good. Keep it up Thanks Allot. Quote Link to comment Share on other sites More sharing options...
Guest Grizzly Posted November 30, 2009 Report Share Posted November 30, 2009 good video man! Only a question: will ya use my fire siren or you found a better one? Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 Hi Grizzly. Do you have msn. If so please pm me. We will discuss sirens. But i need a scripter for the sirens and the game Quote Link to comment Share on other sites More sharing options...
UkMod999 Posted November 30, 2009 Author Report Share Posted November 30, 2009 Download Link For RTS Bieberfelde 0.9 Quote Link to comment Share on other sites More sharing options...
Forensics Posted November 30, 2009 Report Share Posted November 30, 2009 Download Link For RTS Bieberfelde 0.9???? Quote Link to comment Share on other sites More sharing options...