Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I use blissI got it running on Namalsk, it is a bit tricky, but it should work. When I'm home I'll try to post a little step by step. What server package do you use?
Has anyone had an issue with players being locked out of vehicles if somebody sat in them.
eg a player jumps in drivers seat then another player tried to jump in back but it wont let them.
i seem to be having this issue and cant figure out which mod is causing it. Only got Sarges AI auto refuel and this admin tools.
Has anyone had an issue with players being locked out of vehicles if somebody sat in them.
eg a player jumps in drivers seat then another player tried to jump in back but it wont let them.
i seem to be having this issue and cant figure out which mod is causing it. Only got Sarges AI auto refuel and this admin tools.
Dont air strike cherno too much LOL!I did a complete shutdown.
that latest filter has worked... thank you soo much![]()
hello, could you help me i got a problem i cant spawn in guns or change skin ;(( http://pastebin.com/jDpZ6k9K thats my rpt.log on startup plese help meD also when i teleport i see my self in the correct location but after pressing space i ghet returned
Adjust your server_cleanup.fsm file for "Killed a hacker" fix (thanks sarge)
Depends which DayZ version you are running.
The line you are looking for is either:
" if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") ) then {" \n
Change to / add as shown:
" if (!(vehicle _x in _safety) && ((typeOf vehicle _x) != ""ParachuteWest"") && (vehicle _x getVariable ["Sarge",0] != 1) ) then {" \n
Or the line looks like
if(vehicle _x != _x && !(vehicle _x in _safety) && (typeOf vehicle _x) != ""ParachuteWest"") then {" \n
Change that to
if(vehicle _x != _x && (vehicle _x getVariable ["Sarge",0] != 1) && !(vehicle _x in _safety) && (typeOf vehicle _x) !=
in your server_objectUpdate.sqf (or however it's called in your server package) locate this: (thanks sarge)
if (!_parachuteWest) then { if (_objectID == "0" && _uid == "0") then { _object_position = getPosATL _object; diag_log format ["DEBUG: Deleting object %1 with invalid ID at [%2,%3,%4]", typeOf _object, _object_position select 0, _object_position select 1, _object_position select 2]; _isNotOk = true; }; };
and change to
if (!_parachuteWest) then { if (_objectID == "0" && _uid == "0" && (vehicle _object getVariable ["Sarge",0] != 1)) then { _object_position = getPosATL _object; diag_log format ["DEBUG: Deleting object %1 with invalid ID at [%2,%3,%4]", typeOf _object, _object_position select 0, _object_position select 1, _object_position select 2]; _isNotOk = true; }; };
once you have all of this done pack and replace your mission.pbo and dayz_server.pbo
if your player ID has been added to the correct portions of code a option will be added to the scroll menu
1. you used the incorrect line for server_cleanup.fsmhello, could you help me i got a problem i cant spawn in guns or change skin ;(( http://pastebin.com/jDpZ6k9K thats my rpt.log on startup plese help meD also when i teleport i see my self in the correct location but after pressing space i ghet returned
1. you used the incorrect line for server_cleanup.fsm
2. you did not change the player_monitor line in init.sqf
please reinstall the tools following the instructions in the readme
please ensure that all admin ID's were place correctly in AdminToolsMain.sqf and the other relevant files(refer to the readme) for a example of how the ID should be placed in AdminToolsMain.sqf please look at this postWe are having a problem getting your admintool to work we went step by step but still no luck. we have debug working but your mod doesn't seem to do anything. I can send you our mission pbo if that would help