mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
Change dayz_survived to actual play time
Vanilla commits:18eaecb19fb76b1200ca78ea61e3348309427f0dShould 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