Jump to content

EmergencyFan97

Members
  • Posts

    438
  • Joined

  • Last visited

Everything posted by EmergencyFan97

  1. 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.
  2. I honestly don't know. This is a question for a scripter, not me.
  3. 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.
  4. How do you connect a hose from the truck to the hydrant? I can't seem to get it to work.
  5. 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!
  6. Check your graphics card. That's what happens on my Win7 laptop, and I have an Intel graphics card on that laptop.
  7. 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.
  8. Only EM4 items will be used in the SD issue.
  9. Do you have Station 3 operational?
  10. 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.
  11. 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.
×
×
  • Create New...