Search results

  1. J

    How to make static spawns?

    im made my custom city, traveled my map to get the location of where i wanted my markers. Used what you put as a template, changed the names to match and no spawns
  2. J

    How to make static spawns?

    Tried this, and it didnt work. set all my marker locations and none of the ai spawned
  3. J

    Help Thread for Epoch Remove Weapons

    put in the strip ammo, and it removed everything but the hydras. lol
  4. J

    Help Thread for Epoch Remove Weapons

    That would be great except my rearm script would let you add the ammo back
  5. J

    Help Thread for Epoch Remove Weapons

    nope. it doesnt effect hydra at all
  6. J

    Help Thread for Epoch Remove Weapons

    yup, all calls are good, and it removes and adds the stuff, except hydra. the pilot always has hydra
  7. J

    Help Thread for Epoch Remove Weapons

    no matter what i do, i can not remove the hydra. i have tried using the seat numbers, with out seat numbers. adding different weapons, doesnt matter. Hydra will not deactivate
  8. J

    Help Thread for Epoch Remove Weapons

    So, this is the code i used in the fnc_remWepSG.sqf //## Helicopters //Apache remove weapons if (_object isKindOf "AH64D") then { _object removeWeapon "M230"; _object removeWeapon "HellfireLauncher"; _object removeWeapon "FFARLauncher"; _object removeWeapon "SidewinderLaucher_AH64"; _object...
  9. J

    Tutorial- Remove weapons/Replace weapons on vehicles

    i have tried everything, can not remove Hydra from AH64D. what is weird, once i enable manual fire, hydra isnt active. The minute i disable manual fire, Hydra's are back. Any thought? //## AIR VEHICLES //AH64D remove weapons if (_object isKindOf "AH64D") then { _object removeWeapon...
  10. J

    Deployable bike, scroll wheel issue

    Finally got it to work. Thank you
  11. J

    Deployable bike, scroll wheel issue

    Thanks for help bud, still nothing. Aparently ViLayer hates me
  12. J

    Deployable bike, scroll wheel issue

    I am using epoch. Have searched init, and cleanup. anyway we can meet in a ts and chat?
  13. J

    Deployable bike, scroll wheel issue

    Implemented this script, and it kills players..... Any idea? Tried looking inot the server_cleanup.fsm file, and there is nothing in there about check for hackers.
  14. J

    Seeking assistance

    Just started a new Epoch Napf server, and am seeking assistance with scripting a ViLayer server. Things I am looking for include, Remove name tags, free refuel repair, Keyed Vehicles, Indestructible cinder and metal, vendor god mode. Any help would be greatly appreciated.
Back
Top