Jump to content

Texas_DPS

Members
  • Posts

    1,630
  • Joined

  • Last visited

Everything posted by Texas_DPS

  1. but then it isnt realistic
  2. if you need some help ill pitch in with some scripting so they will spawn, get people and return to parking. just let me know.
  3. http://policecarwebsite.net/main.html i use this one a lot.
  4. you could always put sg 1.9 into la mod 2.0 and play it that way. you might need to add some scripts or commands but it would work.
  5. or you can hold shift and hit f9, then adjust the map time.
  6. if that is all you want just make a back up of the freeplay map, install his mod, then put your freeplay map back in. done.
  7. is this what your ambulance firestation start script line looks like? ActorList l7 = Game::GetActors(VO_AMBULANCE01); for(int i=0; i < l7.GetNumActors(); i++) { Vector Ambulance01 = l7.GetActor(0)->GetPosition(); Vehicle m = Game::CreateVehicle(OBJ_AMBULANCE02, UNNAMED); m.EnableBlueLights(false); m.SetPosition(Ambulance01); m.SetRotation(gate1); m.UpdatePlacement(); m.SetMaxPassengers(2); m.SetMaxTransports(1); m.SetSpeed(12.0f); m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 1, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); } **EDIT** also, just thought about this, is this what your firestation ambulance line looks like? GameObjectList l3; Game::CollectObstaclesOnVirtualObject(VO_AMBULANCE01, l3, ACTOR_VEHICLE); if(l3.GetNumObjects() > 0) { Vehicle m = l3.GetObject(0); PersonList passengers = m.GetPassengers(); if (passengers.GetNumPersons() == 0) { if(StrCompare(m.GetPrototypeFileName(), OBJ_AMBULANCE01) == 0) { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 7, false); //m.PushActionWait(ACTION_APPEND, 0.5f); //m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); } else { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 1, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 2, false); } } }
  8. i find with the winterberg mod i use the send local unit button a lot. did you change the files so what can be translated is translated?
  9. im here still just didnt post updates. if you guys would like i can post some pics when i finish this new map. been busy with life. quit my job, got back into college, wife had a kid.... the list is longer.
  10. Is there any way to get you to make your light bar a separate download, just the light bar alone?
  11. try some of these, they are some that I found online.
  12. is there anyone out there that i can get the files from, along with a transferred deluxe map to regular em4?
  13. can i find all the deluxe items in the la mod package or are they in the em4 deluxe base?
  14. Is there a way that someone could make the deluxe freeplay map into a regular freeplay map?
  15. are you getting the 2.0 compatible version? that would make a difference
  16. i ban you because you dont know where it says you live in York
  17. i ban you for possibly offending someone.
  18. for re skinning you just need the editor, DDS converter 2 and a paint program.
  19. why not just reskin the vehicles yourself, along with a few buildings and call it yours?
  20. Texas_DPS

    Ladder 49

    Step 5: Fix the bugs you find and retest.
  21. for you to park them you have to edit scripts and the map itself. i can do the scripts but you will have to edit some commands from the editor and the map itself. i can give you the info on that and help you with what i can.
  22. its in the mod/la/script/game/command folder, lol. if you want me to help you just pm me what you are looking to do and ill see what i can come up with. or you could put it here, i dont care.
  23. i can look at your scripts (both of you) and help you out, but i cant do anything to the map because my computer is revolting and i cant play games. i could tell you what vo's you need to add though. i would be happy to help.
  24. when i was in la the pd and fd dont really care about people taking pictures unless you are in the way or in danger. they are a really good group of guys and gals.
×
×
  • Create New...