Jump to content

[HOW TO] Watermark on the bottom left of screen


Indiculous

Recommended Posts

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 :)

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...