add friendly database persistence

This commit is contained in:
Zac Surplice
2013-10-29 03:48:31 +11:00
parent 6fdcede322
commit b8a5097a70
4 changed files with 13 additions and 1 deletions

View File

@@ -624,6 +624,11 @@ if(!isDedicated) then {
if(isNil "DZE_ForceNameTagsOff") then {
DZE_ForceNameTagsOff = false;
};
if(isNil "DZE_FriendlySaving") then {
DZE_FriendlySaving = true;
};
DZE_Friends = [];
DZE_CanPickup = true;
DZE_Q = false;