mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Organize files a bit and removed non source pbo's
This commit is contained in:
6
SQF/dayz_code/compile/player_login.sqf
Normal file
6
SQF/dayz_code/compile/player_login.sqf
Normal file
@@ -0,0 +1,6 @@
|
||||
private ["_unit","_detail"];
|
||||
_unit = _this select 0;
|
||||
_detail = _this select 1;
|
||||
if(_unit == getPlayerUID player) then {
|
||||
player setVariable["publish",_detail];
|
||||
};
|
||||
Reference in New Issue
Block a user