Recent content by Sevealin

  1. S

    No Zombies or Loot Spawning

    I installed Admin Tools into my server and no Zombies or Loot are spawning. I have no idea why, I cannot figure out why. Here is my init.sqf startLoadingScreen ["", "DayZ_loadingScreen"]; enableSaving [false, false]; dayZ_instance = 10250; hiveInUse = true; initialized = false...
  2. S

    Creating a Donator Box to Spawn

    You sir, saved many lives today.
  3. S

    Creating a Donator Box to Spawn

    Im attempting to create a box that spawns on selected player which contains Items in a .sqf. Here is the Donator Script which is what makes the box on the selected player //AlPMaker _max = 10; snext = false; plist = []; pselect5 = ""; {if ((_x != player) && (getPlayerUID _x != "")) then...
  4. S

    DayZ Admin tools

    Alright Im attempting to add a script to the admin panel, the script being [CODE]_abox = "AmmoBoxBig" createVehicle (position player); [_abox] execVM "\???\cargo.sqf"; Now where would I put the cargo.sqf its going to be refering to and how would I insert this location into the script? would...
  5. S

    DayZ Admin tools

    Im using Vilayer and I have no idea what I am doing, is there a video tutorial of this?
Back
Top