Add toggleable Bury and Butcher Bodies by salival

This also re-arranges the configVariables.sqf and loads the variables for both (server and client) first. This allows to check for certain variables like Z_SingleCurrency and stops the loading of all other Z_SingleCurrency variables even when Z_SingleCurrency was not on.
This commit is contained in:
A Man
2021-08-18 18:38:03 +02:00
parent fa75563ae1
commit be7898aac1
11 changed files with 294 additions and 122 deletions

View File

@@ -209,7 +209,9 @@ if (!isDedicated) then {
s_player_checkWallet = -1;
s_player_clothes = -1;
s_player_gdoor_opener = [];
s_player_gdoor_opener_ctrl = -1;
s_player_gdoor_opener_ctrl = -1;
s_player_bury_human = -1;
s_player_butcher_human = -1;
};
call dayz_resetSelfActions;