Jump to content

MARCO

Members
  • Posts

    327
  • Joined

  • Last visited

Everything posted by MARCO

  1. There is Dodge Charger in game, with similar skin like Ford Crown Victoria click
  2. Hi everyone, I made new model of DEKON Person, but I have a problem to get ABC squad enter to car.
  3. Hi, I try replace freeplaymap on multiplayer map, everything is ok but I can't send my 4 axle (8 wheels) truck, when I send it, shows 1/10 sended but I can't see it, I have the same problem when i replace to campaign map please help hope you understand me.
  4. Some vehicles don't have a mirrors can you add it ?
  5. Some vehicles still don't have mirrors.
  6. I had Mike thief xD He run with his camera
  7. I have a problem with this script, When I call LAdder, automatically calling engine 2 how fix it ?
  8. hier is battalion chief script modify By Texas_DPS. He try change script to call USAR form FS 2 instead Hazmat. And call Heavy rescue instead USAR form FS 1. Can you take a look on this ? He made it but USAR, and Heavy rescue comes form off the map what should be change to call from FS ? better ? LABattalionChief.txt
  9. great, could you make mirrors to all your cars ? because not every have it for example police pickup. With mirrors looks cool.
  10. sorry this is not my fault, I bought new mouse, and she double click sometimes when i one click.
  11. script when is possible repleace vehicles is in LAStationStart.
  12. My mouse sometimes click double so sorry. I can't install each one because they have the same name, so when I replace file with full station, than i repleace file with tiller ladder the full station script stop work.
  13. Could somebody make a script with: full fire station, tiller ladder instead ladder, fire fighters don't go out from vehicles when back to fire station, Heavy rescue crane instead usar, and usar instead hazmat. I use search option and found sepereate scripts on full station, tiller ladder and don't go out from vehicles after back to firre station.
  14. Hoppah I have problem with this script. I try combine Full Fire Station and tiller ladder. When I start the game I have only tractor without trailer. your file } ActorList l9 = Game::GetActors(VO_LADDER); for(int i=0; i < l9.GetNumActors(); i++) { Vector Ladder = l9.GetActor(0)->GetPosition(); Vehicle m = Game::CreateVehicle(OBJ_TILLER, UNNAMED); if (m.HasCommand("DummyTillerCheck")) { m.PushActionExecuteCommand(ACTION_NEWLIST, "DummyTillerCheck", &m, 0, false); } m.EnableBlueLights(false); m.SetPosition(Ladder); m.UpdatePlacement(); m.SetMaxPassengers(6); m.SetSpeed(9.0f); m.PushActionWait(ACTION_APPEND, 1.4f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false) My file } ActorList l9 = Game::GetActors(VO_LADDER); for(int i=0; i < l9.GetNumActors(); i++) { Vector Ladder = l9.GetActor(0)->GetPosition(); Vehicle m = Game::CreateVehicle(OBJ_TILLER, UNNAMED); if (m.HasCommand("DummyTillerCheck")) { m.PushActionExecuteCommand(ACTION_NEWLIST, "DummyTillerCheck", &m, 0, false); } m.EnableBlueLights(false); m.SetPosition(Ladder); m.UpdatePlacement(); m.SetMaxPassengers(6); m.SetSpeed(9.0f); m.PushActionWait(ACTION_NEWLIST, 1.4f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); } what is wrong ?
  15. Hoppah please tell me what and where you change, because I already download LAStationStart with tiller ladder, so I want to change back ladder to tiller ladder and have full station.
  16. in traits change on undestruct.
  17. Please explain me how I can repleace hazmat on USAR, and USAR on Normal Ladder truck ?
×
×
  • Create New...