MARCO
Members-
Posts
327 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by MARCO
-
don't forget to make and
-
There is Dodge Charger in game, with similar skin like Ford Crown Victoria click
-
Emergency 2012 Emergency 2012 - Patch 1.2 released!
MARCO replied to Alex03's topic in Technical Related Support
only change name ? -
Emergency 2012 Emergency 2012 - Patch 1.2 released!
MARCO replied to Alex03's topic in Technical Related Support
what this patch include ? -
Hi everyone, I made new model of DEKON Person, but I have a problem to get ABC squad enter to car.
-
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.
-
Some vehicles don't have a mirrors can you add it ?
-
Some vehicles still don't have mirrors.
-
I had Mike thief xD He run with his camera
-
THX Texas_DPS it's work
-
yes it work with 1.9 too.
-
I have a problem with this script, When I call LAdder, automatically calling engine 2 how fix it ?
-
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
-
great, could you make mirrors to all your cars ? because not every have it for example police pickup. With mirrors looks cool.
-
sorry this is not my fault, I bought new mouse, and she double click sometimes when i one click.
-
Cool can't wait for it
-
script when is possible repleace vehicles is in LAStationStart.
-
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.
-
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.
-
How to spawn the tiller and its trailer in fire station 1
MARCO replied to Hoppah's topic in Alteration Help
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 ? -
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.
-
in traits change on undestruct.
-
Please explain me how I can repleace hazmat on USAR, and USAR on Normal Ladder truck ?