EmergencyFan97
Members-
Posts
438 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Tutorials
Downloads
Gallery
Everything posted by EmergencyFan97
-
It's not just you, don't worry. It might be rare here, but there are tons of people who do it. Depending on the kind you like, you just have to look. What kind are you looking for? I might be able to help you find one.
-
I honestly don't know. This is a question for a scripter, not me.
-
Editing the crew is easy, at least in the LAFireStationstart script. I'm not entirely sure how to change it for when the unit is called by one of the officers. To edit the starting crew, just open the LAFireStationstart script and look around for the unit you want to change. It should be a block of text something like this: Vehicle m = Game::CreateVehicle(OBJ_BATTALION, UNNAMED); m.EnableBlueLights(false); m.SetPosition(Battalion); m.UpdatePlacement(); m.SetMaxPassengers(2); m.SetSpeed(12.0f); m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 4, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 3, false); The only thing that concerns who spawns for it is the last three lines. The number indicates which person is called. A list of those--at least, for normal LA mod-- can be found here: http://forum.emergency-planet.com/index.php?/topic/7020-replacing-a-vehicle-in-one-of-the-fire-stations/. Now, if we wanted to replace the EMT with a PM, we would change the 3 to a 1, so that the script looked like this: Vehicle m = Game::CreateVehicle(OBJ_BATTALION, UNNAMED); m.EnableBlueLights(false); m.SetPosition(Battalion); m.UpdatePlacement(); m.SetMaxPassengers(2); m.SetSpeed(12.0f); m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 4, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 1, false); If you wanted to take out the second person entirely and only spawn the battalion chief, you would delete the last two lines of script. Adding additional personnel to a vehicle requires copying the "m.PushActionWait(ACTION_APPEND, 0.5F);" line, pasting it below the last crew line, and then pasting a crew line and editing the number to spawn what personnel you would like.
-
Looking good.
- 1,018 replies
-
- Ohio Modification
- Extra Vehicles
- (and 7 more)
-
Thanks.
-
How do you connect a hose from the truck to the hydrant? I can't seem to get it to work.
-
What the hell is going on in Middle East ?
EmergencyFan97 replied to Semper Fidelis's topic in [EN] Off Topic
Solution for Iran: Nuke it. Solution for NK: Nuke it. Solution for Syria: ehhh, let's not nuke this one. Let's actually make the U.N. <gasp> invade!- 55 replies
-
- Middle East
- Syria
- (and 8 more)
-
Check your graphics card. That's what happens on my Win7 laptop, and I have an Intel graphics card on that laptop.
-
How to get w00ds maps to work on newest verison
EmergencyFan97 replied to dietrich151's topic in Los Angeles Mod
Just get a copy of 2.0 from someone....... -
What the hell is going on in Middle East ?
EmergencyFan97 replied to Semper Fidelis's topic in [EN] Off Topic
If I could clear some things up: Irak is spelled I-R-A-Q. Al-queada is spelled A-L Q-A-E-D-A. Izrael is spelled I-S-R-A-E-L. Now on to the topic at hand. Iran's capable of pushing that button if they had the tech. Religious fanatics don't care about retribution. North Korea's got a new leader who still is testing his power. They ARE nuclear-capable, but they're far smarter than Iran and would only push the button in dire circumstances. Israel.....well, Israel is Israel. They're too small to do anything on their own. However, being the puppet state that they basically are, it's likely that war with Iran is coming, with U.S. backup for Israel. That'd be some messed-up shit, cause Iran would get help from Hezbollah, and maybe other terrorist organizations. It'd be a big shitfuck, with no real winner coming out of it.- 55 replies
-
- Middle East
- Syria
- (and 8 more)
-
Check page 46. Goog put it up on 4shared.
-
Numba 1!
- 1,018 replies
-
- Ohio Modification
- Extra Vehicles
- (and 7 more)
-
In-game they're the flying squad.
- 1,018 replies
-
- Ohio Modification
- Extra Vehicles
- (and 7 more)
-
OK, so like LA mod for EM3.
-
Weber Fire District Reskins [WIP]
EmergencyFan97 replied to Zach1019's topic in Submods [Not released]
Fraps is a screenshot program. -
Do you have Station 3 operational?
-
For a vehicle, just reskin one of the vehicles you can find laying around in the forums labeled "free to use." Then you have to learn to script.
-
Show here your documentary/repo about editor/ingame call outs
EmergencyFan97 replied to cops's topic in [EN] Off Topic
Nice. -
It looks great!
-
Show here your documentary/repo about editor/ingame call outs
EmergencyFan97 replied to cops's topic in [EN] Off Topic
http://www.atf.gov/about/mission/ Even better. ATF actually stands for Alcohol, Tobacco, Firearms, and Explosives. There just isn't an E in the abbreviation for some reason. ATF deals with the illegal trafficking of any of those items, along with anything involving illegal items of that sort.