Jump to content

bmw

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by bmw

  1. thx for this great work , i dont know if i should ask for help but need to figure out 1 problem , he will call only the first line and ignore the rest : bank_dialog , give_player_dialog e.t.c , if any one know how to i will really appreciate . Thx again 

     

    class RscTitles {

     
    #include "addons\playerhud\hud.hpp"
    #include "gold\bank_dialog.hpp"
    #include "gold\give_player_dialog.hpp"
    #include "gold\common.hpp"
    #include "defines.hpp"
    #include "RC\desc_inc.hpp"
     
     
     
    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 = 0.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="";
                };
            };
        };
    };

     
    the error is Resource BankDialog Not Found 
×
×
  • Create New...