Search results

  1. J

    Help Thread for Epoch Remove Weapons

    See one post above you. You would have to include a call in there.
  2. J

    Help Thread for Epoch Remove Weapons

    If you spawn it in via an Admin tool you would have to include a call in there during the spawn process. If they are spawned through the database they will always have the ammo removed (except for a few cases where the script didnt work), if you spawn them via some trader you are also gtg bc if...
  3. J

    using overwatch in a new mod

    You need permission from the Origins team, the Epoch Team and the Overwatch Team. Otherwise you would break the licenses. You also need the permission from every Addon Dev that you want to include. But i wont set my hopes on this, the origins dev are assholes when it comes to sharing.
  4. J

    Help Thread for Epoch Remove Weapons

    My code published here already got it in it, even explained it somewhere. The number in one of the brackets determines the seat. -1 is pilot or gunner, dunno just try it out. go -1 then 0 then 1 etc pp
  5. J

    Areas player are not allowed to log out

    In server.pbo look for player_setup.sqf. The 6 numbers are the GPS coords for the area you want to random spawn player when they logout. If you want to prevent logout just go with a always in combat script for a specific area I will not give support for this. Gl hf private...
  6. J

    Areas player are not allowed to log out

    got it working, but no time to write a tut atm
  7. J

    Dayz Epoch Sahrani Problem

    I'm currently helping on the most populated Sahrani Epoch Server... Maybe the only one with more that 5 Players. I spend already a few hours on this problem, and the only way i can think of (without making the server perf horrible and that would not work for everything), is to merge the Epoch...
  8. J

    Dayz Epoch Sahrani Problem

    Hey there, so we are running a DayZ Epoch Sahrani Server and what our Problem is, we can't get anything of the Sahranispecific stuff to work (Like the Vehicles, the Skins or the LoginMenu). What i think the Problem is, that the config files of Sahrani are somehow overwritten by the Epoch ones...
  9. J

    Blur Gaming Custom Spawn Tutorial

    I hope everyone of you are using a fsm editor. Otherwise this could be a problem.
  10. J

    Blur Gaming Custom Spawn Tutorial

    That is the name of my Script.
  11. J

    [FUN] Brony Healing

    A healing using cupcakes? Using motherbucking ponymusic? My dreams come true.
  12. J

    Help Thread for Epoch Remove Weapons

    try something like this: if (_object isKindof "BRDM2_HQ_Gue") then { _mags = _object magazinesTurret [0]; cpt = 0; { _object removeMagazinesTurret [_mag select cpt,[0]]; cpt = cpt + 1; } forEach _mag; };
  13. J

    Help Thread for Epoch Remove Weapons

    What Map/DayZMod are you using?
  14. J

    Help Thread for Epoch Remove Weapons

    Please post your server.pbo here.
  15. J

    Help Thread for Epoch Remove Weapons

    I would suggest tryin to split it into 2 maybe 3 functions. I heard a while ago a story, that says when it contains to many vehicles it woudln't load up properly. So try to split it and just add the functions. (Maybe One for Wheeled,Tracked,Air,etc.) And if that also won't work try it with just...
  16. J

    Help Thread for Epoch Remove Weapons

    I would be good if you can tell me what in particular is not working.
  17. J

    http://www.youtube.com/user/SiothieGaming

    http://www.youtube.com/user/SiothieGaming
  18. J

    Help Thread for Epoch Remove Weapons

    going to test it out myself, thanks man :) --- Guy above this: getting to it when i got time. thinking thursday or friday
  19. J

    Help Thread for Epoch Remove Weapons

    https://www.mediafire.com/?7v3zmwkw8t2zaas
Back
Top