Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/01/2016 in all areas

  1. Edgewater Fire Department Engine 1 Spartan Gladiator Snoozle Engine Credits: CFD Mod Team/Rafeal Willowfork Fire Capt
    1 point
  2. So, I've compared a couple PickUp scripts I've got, and I think I might have found your possible problem. If I may direct your attention to this segment: bool CheckPossible(GameObject *Caller) { if (!Caller->IsValid()) return false; if (Caller->GetType() == ACTOR_VEHICLE) { Vehicle v(Caller); if (v.GetVehicleType() == VT_FIREFIGHTERS_FMB) { return v.GetFreeTransports() > 0 && (Game::ExistsNormalObjectWithFlagSet(OF_FLOTSAM) || Game::ExistsDrowningPerson()); } else if (v.GetVehicleType() == VT_THW_FGRR_RL) { return !v.IsCarryingAnything() && Game::ExistsNormalObjectWithFlagSet(OF_CARRYABLE_BY_BULLDOZER); } } if (Caller->GetType() == ACTOR_PERSON) { Person p(Caller); if (p.GetArrestedID() != -1) return false; } if (Caller->HasCommand("Dummy1Cone") || Caller->HasCommand("Dummy2Cones")) return true; else if (Caller->HasCommand("Dummy1Flare") || Caller->HasCommand("Dummy2Flares")) return true; else if (Caller->IsCarryingAnything()) return false; else if (Caller->HasCommand("PcmdTrafficConeGet") || Caller->HasCommand("PcmdFlareGet")) return true; else if (Caller->HasCommand("PcmdWye") || Caller->HasCommand("PcmdExtendhose")) return true; else if (Caller->HasCommand("DriveAwayPerson")) return Game::ExistsInstalledJumppad() || Game::ExistsPickableAnimal(); return false; } Make sure that you have the last tidbit in there (the two lines above "return false;"), and ensure that all of the peds that you have which you want to collect the jumppad have the command "DriveAwayPerson". Without this, the script cannot initialize unless you fulfill one of the other variables. Hope this helps!
    1 point
  3. Hi people!!!! All right with you!!! Soon I will be providing imagensde new units for the mod! And I'm also here to ask for help the community because we are in need of a mapmaker, in order to reach a new version of the mod !! Best regards Rafael Leader Emergency Brasil Team
    1 point
  4. Version 1.0.0

    8,597 downloads

    Hello and welcome to London Multiplayer Mod 1.0 This mod, created by Mariuswww and BMA takes place in the center of the English capital, London.Here you are given the command of three urban fire stations, two ambulance stations and a police station. The mod features many realistic London Vehicles and fire stations are made as close to the real deal, as we can. In total, this mod allows you to take contol over 32 emergency vehicles and 10 different types of personnel. All vehicles can easily be added to each station with the custom Activate Station script created for the mod. It is also possible to call each vehicle out from the station using the call vehicle command given to each vehicle at the station. The mod also includes three different sirens for each vehicle, limited water, Automatic Fire Alarms, Gated Wye and Parking. And best of all! All this actually works in multiplayer and released!
    1 point
  5. I've made the truck you suggested, now let's hope for plenty of rainy days so the LA citizens don't end up in ER with burned retinas.
    1 point
  6. For all concerned, it is up to the OP to reupload the mod in whatever capacity he/she is able to. For now, I will lock this topic, until Kingairway makes a return to the site in order to address all your conerns. Please be patient and respectful.
    -1 points
×
×
  • Create New...