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.
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...
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...
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.
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 {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.