mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-24 00:50:50 +03:00
Update description.ext to 1861 format
Tested with current 106 files without issue.
This commit is contained in:
7
SQF/dayz_code/system/watermark.sqf
Normal file
7
SQF/dayz_code/system/watermark.sqf
Normal file
@@ -0,0 +1,7 @@
|
||||
// Logo watermark: adding a logo in the bottom left corner of the screen with the server name in it
|
||||
[] spawn {
|
||||
waitUntil {(!isNull Player) and (alive Player) and (player == player)};
|
||||
waituntil {!(isNull (findDisplay 46))};
|
||||
5 cutRsc ["wm_disp","PLAIN"];
|
||||
((uiNamespace getVariable "wm_disp") displayCtrl 1) ctrlSetText dayZ_serverName;
|
||||
};
|
||||
Reference in New Issue
Block a user