Jump to content

scary11

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by scary11

  1. 9 hours ago, TorNix~|nR said:
    
    -- server-side
    
    function showcountry()
        local flag = exports.admin:getPlayerCountry ( source )
            if flag then
            setElementData(source,"Country",":admin/client/images/flags/"..flag..".png")
            else
            flag = "N/A"
           
            end
        end
        addEventHandler("onPlayerJoin",getRootElement(),showcountry)
    

    Add this on scoreboard client-side

    
    				elseif column.name == "Country" then
                    dxDrawImage( topX+theX, y+s(1), 16, 11, content, 0, 0, 0, cWhite, drawOverGUI )
    

    tell me if there is a problem.

    didn't open can u edit for me if u can : D 

    • Sad 1
×
×
  • Create New...