Results 1 to 6 of 6
  1. #1
    gnasher65's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    32
    My Mood
    Buzzed

    Ammo Box Delete script for server admins!!

    Code:
    _boxes = nearestObjects ("MedBox0");
    _exclude = nearestObjects [[10515, 2285, 0], ["MedBox0"], 50] + nearestObjects [[6805, 2725, 0], ["MedBox0"], 50] + nearestObjects [[6415, 2755, 0], ["MedBox0"], 50] + nearestObjects [[12000, 9125, 0], ["MedBox0"], 50];
    _cboxes = count _boxes;
    for "_a" from 0 to _cboxes do
     {
      _box = (_boxes select _a);
      if (!(_box in _exclude)) then
       {
        deleteVehicle _box;
       };
     };
    Well that's pretty much it!!

  2. The Following User Says Thank You to gnasher65 For This Useful Post:

    darkebs (11-27-2012)

  3. #2
    gnasher65's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    32
    My Mood
    Buzzed
    Either ,

    Thought id share!

  4. #3
    gnasher65's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    167
    Reputation
    10
    Thanks
    32
    My Mood
    Buzzed
    Engrish?

    //tooshort

  5. #4
    darkebs's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Under your bed.
    Posts
    112
    Reputation
    10
    Thanks
    30
    Pretty helpful, might give it a go later.
    To buy DayZ remote exec scripts + bypass: https://www.mpgh.net/forum/656-dayz-s...ted-cheap.html

    To buy DayZ keys: https://www.mpgh.net/forum/656-dayz-s...guarantee.html

    To buy WarZ Legendary account: https://www.mpgh.net/forum/124-sellin...y-account.html

    Successful trades: 5
    Times scammed: 1
    Scammer names:
    timer951
    [BANNED]
    liam237 [Not banned... yet]

  6. #5
    carrkevinu's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    might give it a go later.

  7. #6
    a1230920's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    Thanks for the post!

Similar Threads

  1. Can someone spawn an Ammo Box on DayZ for me?
    By faffyface1 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 2
    Last Post: 11-18-2012, 08:39 PM
  2. Custom mod loader for server admins
    By debbor in forum Minecraft Discussions
    Replies: 1
    Last Post: 09-25-2012, 04:26 AM
  3. Plugin help for server admin
    By Evan007 in forum Minecraft Discussions
    Replies: 2
    Last Post: 12-23-2011, 07:05 PM
  4. [Info] Do VAC/Server Admin's ban you for material hacks?
    By slimmy206 in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 5
    Last Post: 09-15-2011, 03:24 AM
  5. Looking For server need Of Admin PM ME
    By pwnalllgames in forum Minecraft Help
    Replies: 5
    Last Post: 05-04-2011, 10:33 AM