mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
4
SQF/dayz_server/compile/server_playerStat.sqf
Normal file
4
SQF/dayz_server/compile/server_playerStat.sqf
Normal file
@@ -0,0 +1,4 @@
|
||||
private ["_unit","_variable","_change"];
|
||||
_unit = _this select 0;
|
||||
_variable = _this select 1;
|
||||
_change = _this select 2;
|
||||
Reference in New Issue
Block a user