MatthewK Posted May 14, 2014 Report Share Posted May 14, 2014 Works flawlessly using op instructions, if u cant make a simple script edit like this work you have no business hosting a server, jusayin.... ;) It won't work if they already have a RscTitles class defined, you can't define the same class twice.. So maybe you simply didn't have one defined to begin with, yet the other guy did. The op needs to change the instructions to include different steps for people who may already have a RscTitles class .. I'm surprised the op doesn't already know this! So for those who are still stuck... If you already have a RscTitles class in your description file, then simply cut and paste the following code right after your existing class RscTitles { ... class wm_disp { idd = -1; onLoad = "uiNamespace setVariable ['wm_disp', _this select 0]"; fadein = 0; fadeout = 0; duration = 10e10; controlsBackground[] = {}; objects[] = {}; class controls { class wm_text2 { idc = 1; x = safeZoneX+0.027;//safeZoneW*0.01; y = safeZoneY+safeZoneH-0.16; w = 1.151*safeZoneH; h = 0.057*safeZoneH; shadow = 2; class Attributes { font = "EtelkaNarrowMediumPro"; color = "#24FFFFFF"; align = "left"; // put "center" here if you want some background valign = "middle"; shadow = 2; }; colorBackground[] = { 1, 0.3, 0, 0 }; // uncomment and increase 4th number to have a background font = "EtelkaNarrowMediumPro"; size = 0.06*safeZoneH; type = 13; style = 0; text=""; }; }; }; I hope that is a bit more helpful than some of the comments on here :) looter809, mgm and Lingbo 3 Link to comment Share on other sites More sharing options...
matrixmark Posted May 18, 2014 Report Share Posted May 18, 2014 Hey :D Great script but I was wondering how would we get this to display on the top left of the screen rather than the bottom. Also could we decrease the font size? Thanks Link to comment Share on other sites More sharing options...
PcKoPaT Posted October 15, 2014 Report Share Posted October 15, 2014 ErrorMessage: File mpmissions\__cur_mp.chernarus\description.ext, line 249: .RscTitles: Member already defined. ? thx Link to comment Share on other sites More sharing options...
freakystyle Posted October 15, 2014 Report Share Posted October 15, 2014 you have 2 RscTitles ^^ use 1 Link to comment Share on other sites More sharing options...
S4M Posted December 14, 2014 Report Share Posted December 14, 2014 Hi, as increasing the size? Link to comment Share on other sites More sharing options...
TonyUK Posted April 23, 2017 Report Share Posted April 23, 2017 Hey Great little script, Working on 1.0.6.1. My server name is Dominance but it only shows Dominan. Does our server name need to be 7 characters of less? Link to comment Share on other sites More sharing options...
kingpapawawa Posted April 24, 2017 Report Share Posted April 24, 2017 This is bilt in to 1061 dayZ_serverName = "Dominance"; Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now