mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
private arrays part 1
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private ["_hrStr","_minStr","_curDate","_hr","_min"];
|
||||
private ["_hrStr","_minStr","_curDate","_hr","_min","_strTime"];
|
||||
_curDate = date;
|
||||
_hr = _curDate select 3;
|
||||
_min = _curDate select 4;
|
||||
|
||||
Reference in New Issue
Block a user