mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-08-13 11:03:12 +03:00
Change dayz_survived to actual play time
Vanilla commits: https://github.com/DayZMod/DayZ/commit/18eaecb19fc1ea26f5769fccd920824bf843e19b https://github.com/DayZMod/DayZ/commit/b76b1200cabac8661a0628489a128a561f1f379c https://github.com/DayZMod/DayZ/commit/78ea61e3345e197e9350910b5808d85ef56f7f11 https://github.com/DayZMod/DayZ/commit/8309427f0dc3f7e5a6acd1d5ec1d155cbe11aec5 Should be ready for Hive update @icomrade . If you upload it to a test folder I'll test it.
This commit is contained in:
@@ -14,7 +14,7 @@ if (isNil "sm_done") exitWith { diag_log ("Login cancelled, server is not ready.
|
||||
|
||||
_inventory = [];
|
||||
_backpack = [];
|
||||
_survival = [0,0,0];
|
||||
_survival = [0,0,0,0];
|
||||
_model = "";
|
||||
_isInfected = 0;
|
||||
_CharacterCoins = 0;
|
||||
|
||||
Reference in New Issue
Block a user