mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update compiles - 2 more files to do
fn_selfActions.sqf player_updateGui.sqf
This commit is contained in:
5
SQF/dayz_code/compile/player_login.sqf
Normal file
5
SQF/dayz_code/compile/player_login.sqf
Normal file
@@ -0,0 +1,5 @@
|
||||
_unit = _this select 0;
|
||||
_detail = _this select 1;
|
||||
if(_unit == getPlayerUID player) then {
|
||||
player setVariable["publish",_detail];
|
||||
};
|
||||
Reference in New Issue
Block a user