Hi guys,
I'm having trouble with one part of the Zupa Single Currency install.
One of the steps requires me to add this:
class RscTitles { #include "addons\playerhud\hud.hpp" }; #include "defines.hpp" #include "gold\common.hpp" #include "gold\bank_dialog.hpp" #include "gold\give_player_dialog.hpp"
to the bottom of my description.ext
In my description.ext I already have an RscTitles which looks like this:
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 = "00d5ff"; 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've been messing around guessing where I can put the extra #include lines in but I honestly have no idea what I'm doing :P
Any help would be appreciated, thanks!