Update description.ext to 1861 format

Tested with current 106 files without issue.
This commit is contained in:
ebaydayz
2016-02-12 17:41:23 -05:00
parent 1435f41420
commit edf9b71e12
52 changed files with 484 additions and 3343 deletions

View 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;
};