Jump to content

[HELP] country, image


1LoL1

Recommended Posts

Hello, i edited scoreboard and added Country and Image in one column.

now it's and i see " AR"

but i need to:

"AR "

local imageX = (dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4))*1.4 
                                        dxDrawImage(topX+theX+s(1), y+s(1.9), imageX,dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4),countryString,0,0,0,tocolor(255,255,255,a or 255)) 
                                        dxDrawText( countryName, topX+theX+s(6)+imageX,     y+s(1), topX+x+s(1+column.width),   y+s(11)+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),    tocolor( 0, 0, 0, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                        dxDrawText( countryName, topX+theX+s(5)+imageX,         y,      topX+x+s(column.width),     y+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),          tocolor( r or 255, g or 255, b or 255, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                    else 

Link to comment
    local imageX = (dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4))*1.4 
                                            dxDrawText( countryName, topX+theX+s(6)+imageX,     y+s(1), topX+x+s(1+column.width),   y+s(11)+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),    tocolor( 0, 0, 0, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                            dxDrawText( countryName, topX+theX+s(5)+imageX,         y,      topX+x+s(column.width),     y+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),          tocolor( r or 255, g or 255, b or 255, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                            dxDrawImage(topX+theX+s(1), y+s(1.9), imageX,dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4),countryString,0,0,0,tocolor(255,255,255,a or 255)) 
                                        else 

Link to comment
    local imageX = (dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4))*1.4 
                                            dxDrawText( countryName, topX+theX+s(6)+imageX,     y+s(1), topX+x+s(1+column.width),   y+s(11)+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),    tocolor( 0, 0, 0, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                            dxDrawText( countryName, topX+theX+s(5)+imageX,         y,      topX+x+s(column.width),     y+dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont ),          tocolor( r or 255, g or 255, b or 255, a or 255 ), fontscale(contentFont, s(1)), contentFont, "left", "top", true, false, drawOverGUI ) 
                                            dxDrawImage(topX+theX+s(1), y+s(1.9), imageX,dxGetFontHeight( fontscale(contentFont, scoreboardScale), contentFont )-s(4),countryString,0,0,0,tocolor(255,255,255,a or 255)) 
                                        else 

Thanks but I have done it myself :D

Link to comment

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...