Jump to content

Country Flags[SLOVED]


Best-Killer

Recommended Posts

Code :

exports.scoreboard:addScoreboardColumn('Country') 
          
    addEventHandler("onPlayerJoin", root, 
    function  () 
        local flag = ":admin/client/images/flags/"..country..".png" 
        setElementData(source, "Country",{type = "image", src =  flag, height = 12, width = 16} and country  or "N/A") 
    end) 

Images not showing

Edited by Guest
Link to comment

New Code :

exports.scoreboard:addScoreboardColumn('Country')     
addEventHandler("onPlayerJoin", root, 
function () 
   country = exports.admin:getCountry(source) 
   local flag = ":admin/client/images/flags/"..country..".png"   
   setElementData(source, "Country",{type = "image", src =  flag, height = 12, width = 16} and country  or "N/A") 
end) 

still same problem help guys pls

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...