Search results

  1. R

    dayz epoch 1.0.3 problem with bloodbag and self actions?

    did you remember to re download the new fn_selfactions? the update had a little change to it but to save you time heres mine with self blood bag working and take clothing. http://www.mediafire.com/download/f3068mul33v12wq/Scripts.rar just place in your mission root and you should be good to go.
  2. R

    Default mission.sqm

    Fixed
  3. R

    NEAF for Epoch

    how do i add the sqf files?
  4. R

    admin spawned in boxes not visible to players.

    I don't have any admin tools installed. Could you possibly PM yours? I'm too lazy to go about coding anymore.
  5. R

    admin spawned in boxes not visible to players.

    Do you know if there is a materials box for Epoch? Right now I have had to spawn things in through the db and it's getting pretty annoying :P
  6. R

    admin spawned in boxes not visible to players.

    What antihack are you using? I have been looking for that for quite some time now.
  7. R

    [WORKING] Admin Tool 1.7.7.1

    I checked his files and both are there correctly...
  8. R

    [WORKING] Admin Tool 1.7.7.1

    Yeah both are done like that. I just removed the mod and normal admin and just added both to super admin and it worked a treat.
  9. R

    [WORKING] Admin Tool 1.7.7.1

    Can you tell me how I can add another admin to the same as me? as soon as I add it the tools menu appears and nothing else shows again... o_O Added him to the activate.sqf and at the top of admintoolsmain and the superadmin part aswell both "ID","ID" like so if ((getPlayerUID player) in...
  10. R

    [WORKING] Admin Tool 1.7.7.1

    Is the TP suppose to be bugged? when you tp you can't move from the one spot.
  11. R

    Auto Refuel, Deploy-able Bikes

    best way is to have custom one under the regular that way it keeps the main functions. that's what i got anyway :P
  12. R

    [WORKING] Admin Tool 1.7.7.1

    I never added my id to the top admin part and the super admin.
  13. R

    [WORKING] Admin Tool 1.7.7.1

    I get the tools menu when i scroll but nothing appears? EDIT: Got it working.
  14. R

    Auto Refuel, Deploy-able Bikes

    inside your init.sqf there will be a line around line 90 that says: [] execVM "\z\addons\dayz_code\system\antihack.sqf"; change that to // [] execVM "\z\addons\dayz_code\system\antihack.sqf"; If you are worried about hackers then battleye will still detect them, antihack is just...
  15. R

    Auto Refuel, Deploy-able Bikes

    Only thing I can think it might be is antihacks line.. try putting // infront of it then test. I don't have antihacks running due to the amount of bugs and shit it's got.
  16. R

    Auto Refuel, Deploy-able Bikes

    awesome job buddy!
  17. R

    Auto Refuel, Deploy-able Bikes

    have you added a custom folder inside your mission folder holding your fn_selfactions?
  18. R

    Auto Refuel, Deploy-able Bikes

    Can you tell me the path you used to place the fn_selfactions and the folder.
  19. R

    [TUTORIAL] Deployable bike. {1.7.7.1}

    To do deployable bikes on grab your fn_selfactions.sqf and add this below the _canDo = (!r_drag_sqf and !r_player_unconscious and !_onLader); if((speed player <= 1) && cursorTarget isKindOf "Old_bike_TK_CIV_EP1" && _canDo) then { if (s_player_deploybike2 < 0) then {...
  20. R

    Auto Refuel, Deploy-able Bikes

    dude join my teamspeak I'll talk you through it
Back
Top