Search results

  1. M

    How add New skin in 1.8.03 ?

    I create a new mod based on private dayz 1.8.0.3 I want to add new skin for heroes and Bandit. folder : dayz_code/configs/CfgVehicles in Skin.hpp i add new class : class RU_Commander; class Heros1_DZ: RU_Commander { displayName = "Heroes"; side = 1; weapons[] = {"Throw","Put"}...
  2. M

    Epoch hive

    Hi, just a question With epoch 1.0.2.5, now can we use the command ex.: _key = format["CHILD:999:select xxx from table where unique_id = ?:[%1]:", str(_playerID)]; or _key = format["CHILD:999:update table set xxx= xxx where unique_id = ?:[%1]:", str(_playerID)]; ... to access our own...
Back
Top