Jump to content

keepachris

Members
  • Posts

    173
  • Joined

  • Last visited

Everything posted by keepachris

  1. hi love the mod being from the uk myself it is nice to be able to play a good mad that is based closer to home the only two things i could thing of being improved in the mod is simply... changing 1. the white helmets fire fighters name on the menu from "person in charge of the appliance and fire station" to crew manager (there right name) 2. and make the crew managers more of a supervising role (like the chief in la mod) crew manager never gets involved in the fire fighing he's more of the supervisor so disable him being able to extinguish fire's etc.
  2. god knows wouldnt like to guess its been on the site for about 3years pure joke
  3. @jsutton hey mate this was a message asking for help but i have now got the hazmat and mcu in fs1 thanks to abit of swapping and changing thank you for taking ur time to teach me and others who arent so good at scripting i feel like ive improved no end
  4. i understand that yeah you have to enforce asking for release dates which does annoy the hell out of me when i look through pages and pages of people asking. but i once used a forum modthesims to grab something off there for my cousin and i dont know what it is but that forum was just so much more nicer to visit (even though emergency planet is a forum i visit everyday) everybody was helping eachother with problems on there (which i do see on here from time to time) but there was just a better feeling about the place. no moaning or arguing also just frustrates me when i see a mod pop up in submods and get to page 88 or something silly and its never been released but it is still listed on here i dont think all moderators are idiot just most of the time i see moderators posting it is always non constructive or just what i see as showing who has the power sorry for my rant but i love emergency 3, 4 and 2012 i just think sometimes this forum lets it down abit.
  5. haha better still just dont mention the word "release" because most of the moderators on here are idiots and love to show they have "almighty power"
  6. Left Click On The Car you want to rotate then right click on it and rotate
  7. @jsutton that is perfect it worked fine just one last question how do i swap the tiller in fs1 for the mass casualty unit? thank you very much
  8. My code does not match the code your asking me to replace for example you said . Replace with this (Once): GameObjectList l4; Game::CollectObstaclesOnVirtualObject(VO_HAZMAT, l4, ACTOR_VEHICLE); if(l4.GetNumObjects() > 0) { Vehicle m = l4.GetObject(0); PersonList passengers = m.GetPassengers(); if (passengers.GetNumPersons() == 0) { m.PushActionExecuteCommand(ACTION_NEWLIST, DUMMY_CALLCREW, Caller, 6, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 6, false); m.PushActionWait(ACTION_APPEND, 0.5f); m.PushActionExecuteCommand(ACTION_APPEND, DUMMY_CALLCREW, Caller, 1, false); } } but on my code game object 14 isnt HAZMAT mine is ENGINE04 GameObjectList l14; Game::CollectObstaclesOnVirtualObject(VO_ENGINE04, l14, ACTOR_VEHICLE); if(l14.GetNumObjects() > 0) { Vehicle m = l14.GetObject(0); PersonList passengers = m.GetPassengers(); if (passengers.GetNumPersons() == 0) { COULD SOMEBODY PLEASE DO THE NECESSARY CHANGED TO THE SCRIPTS IF I SEND MY SCRIPTS WILL BE GREATLY APPRECIATED
  9. i want to put mass casualty in FS1 to replace USAR and put HAZMAT in FS1 to replace Tiller How could i do this please??
  10. thanks for clearing that up it was a question not a comment
  11. is that not illegal using a game that people have bought to make money if you release a mod?
  12. is a veeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeery long wait i gave up ages ago
  13. lol la mod my fav NY MOD never gunna be released so dont get your hopes up lol
  14. has this submod been released or has the topic just died?
  15. is v1.1 the latest or v1.3
  16. Hey guys yeah sorry Im a beginner at this scripting stuff just it's stressing me out not having enough spaces. And I was trying for a hour straight trying to get it to work bit it didn't so I just decided to paste it in soz hope it's better now ive out it into a spoiler. (y)
×
×
  • Create New...