Search results

  1. H

    Weapon Caches Disappearing

    That line of code does not exist in server_functions.It is however in server_cleanup and here is a link to pastebin. http://pastebin.com/UMUtecEN
  2. H

    Weapon Caches Disappearing

    Here is my server_functions #include "\z\addons\dayz_server\compile\server_toggle_debug.hpp" waituntil {!isnil "bis_fnc_init"}; BIS_MPF_remoteExecutionServer = { if ((_this select 1) select 2 == "JIPrequest") then { [nil,(_this select 1) select...
  3. H

    Weapon Caches Disappearing

    I have added weapon caches onto my server via the 3d editor. They spawn correctly but only last for about 20 minutes before the server cleans them up. I used this guide http://www.dayzpatriots.com/adding-weapon-ammo-crates-1-7-7-1-t97.html before to add all of the exceptions, but the line of...
  4. H

    Weapon Caches

    I have added weapon caches onto my server via the 3d editor. They spawn correctly but only last for about 20 minutes before the server cleans them up. I used this guide http://www.dayzpatriots.com/adding-weapon-ammo-crates-1-7-7-1-t97.html before to add all of the exceptions, but the line of...
  5. H

    Trouble with gear spawned in a crate

    I still cant keep the weapon crates from disappearing after about 20 minutes. Anyone have any more ideas?
  6. H

    Trouble with gear spawned in a crate

    But if im happy with the cargo that it spawns by default, is the addition of the addcargo scripts even necessary to keep the server from cleaning up the crates?
  7. H

    Weapon Caches Disappearing

    Still no luck.
  8. H

    Weapon Caches Disappearing

    Alright, ill give that a try and report back. Still deleting after about 20 minutes
  9. H

    Weapon Caches Disappearing

    I cropped out a lot of the file. Just added the top and very bottom where the relevant additions are. http://pastebin.com/QPzDDj8C
  10. H

    3D Editor Weapon Caches Disappearing

    I've been browsing the forums and can't seem to find anything that works with 1.8 Chernarus. The code that people are often told to edit out (seen below) of the server_cleanup doesnt exist. It seems the majority of guides on the issue refer back to this bit of code. Since i've added the crates...
  11. H

    Weapon Caches Disappearing

    Looks like weapon caches spawned by the mission file are still disappearing. (being cleaned up) i've added CZBasicWeapons_EP1.
  12. H

    Deployable Ammo Crates and 1.7.7

    Still doesn't seem to be working, ebay. Still disappearing for me after about 30 minutes. Did everything but Code: clearWeaponCargoGlobal _this; clearMagazineCargoGlobal _this; _this addBackpackCargoGlobal _this addWeaponCargoGlobal _this addMagazineCargoGlobal Also you may need to do this...
  13. H

    Trouble with gear spawned in a crate

    Still disappearing for me after about 30 minutes. Did everything but Code: clearWeaponCargoGlobal _this; clearMagazineCargoGlobal _this; _this addBackpackCargoGlobal _this addWeaponCargoGlobal _this addMagazineCargoGlobal Also you may need to do this: Code: _this setVariable...
  14. H

    Deployable Ammo Crates and 1.7.7

    Does this fix still apply. My server_cleanup doesnt look quite like the code mentioned any more. I use weapon crates spawned in using the 3d editor. they are disappearing after about 20 minutes.
  15. H

    Players information is not saving after log out or restart

    OK, update. I've done a new install and am reinstalling my scripts one at a time testing them out to make sure they arent breaking the player sync. So far ive installed a custom mission file with vehicles, buildings, weapon crates, auto refuel, self bloodbag and all looks good so far. Now to add...
  16. H

    Players information is not saving after log out or restart

    Basically what happens, is that if someone dies, they will receive the custom loadout i've made for the server. If they abort out and log back in, or the server restarts, they will spawn with the normal dayz loadout so practically nothing. Tents are saving but no gear or information is being...
  17. H

    Players information is not saving after log out or restart

    As the title suggests, any time a player logs off then back in or the server restarts, all information is reset to the default loadout. All acquired gear, humanity, everything is set back to default. Any help on how to fix this would be appreciated. Standard dayz chernarus 1.8.0.3
  18. H

    [Help] - Preconfigured R3F Logistics (Towing and Heli-Lift) ABANDONED

    Does anyone know how to disable certain things from being heli lifted? I've placed ammo caches on my server and players have figured out that you can actually heli lift the entire weapon cache away. I need this stopped asap! Thanks.
  19. H

    Towing/Heli Lift and Weapon Boxes

    So I've encountered a problem with the ammo crates ive placed on my server with the r3f towing/heli lift. Apparently people are using the helicopter to lift the boxes and take them away. How can i keep this from happening by either locking them in place or disabling the ability for helicopters...
  20. H

    Weapon Caches Disappearing

    I really don't get why they are moving. I can understand disappearing but to be physically moved to another location is what's getting me.
Back
Top