Jump to content

Gareth_Sims

Member
  • Content Count

    11
  • Joined

  • Last visited

  • Medals

Posts posted by Gareth_Sims


  1. Hi I am creating a mission and I have a script running to delete units at a set distance to the player, I want to have some NPC units that are set at a location for the player to loot, however the script I am using deletes them as well as the units I need it to.

    The command =

    0=[] spawn {while {true} do {sleep 1;{if (_x distance player>=500) then {deleteVehicle _x}} forEach allUnits}}

    is there any way I can leave the units I want by changing anything is this command or will this not work??

    Cheers for any help.


  2. Hi I have searched around and cant seem to find what I am looking for, any help would be greatly helpful.

    I am looking to make a mission that would go much better with a food/water, hunger/thirst system like DayZ or Wasteland, I cant seem to find these anywhere, does anyone on here know where I would find a system like that.

    Cheers in advance

    Gareth


  3. Hi, I am new to editing and have spend hours searching for an answer to this question, any help would be fantastic.

    I am trying to create a mission just for fun with some friends, we have been playing a lot of Wasteland and the feature where you can move objects around and load them into vehicles to take them back to a base is neat, I can't seem to get any items I place in the editor to come up with the move item/load in scroll menu and I am at a loss as to how I do this.

    So in short my question is,

    How do I make it so that Items i place in the editor like H-barrier can be moved by a player using their scroll menu.

    Cheers in advance

    Gareth

×