Jump to content

MrXz

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by MrXz

  1. addEventHandler('onPlayerJoin',g_Root, function () local country = exports['admin']:getPlayerCountry(source) setElementData(source,'Country',country) outputChatBox('[JOIN] #ffffff' .. getPlayerName(source) .. '#00FF09 Joined The Server From #FF8900[' .. tostring(country) .. '] ', getRootElement(), 2, 255, 2, true) end As modified it to bring up the full name of the country?
  2. exports.scoreboard:addScoreboardColumn('Country') function showcountry() local flag = exports.admin:getPlayerCountry ( source ) if flag then setElementData(source,"Home",":admin/client/images/flags/"..flag..".png") else flag = "N/A" end end addEventHandler("onPlayerJoin",getRootElement(),showcountry) I made this script does not detect the country and not detect the flag
  3. I want a full script, plus I already try and it did not work
  4. This image is from countries with a flag on the scoreboard, that's what I'm looking
  5. What I seek is AFK detector that in passing a given time, the server kicked you and the script of the flag of every country in the scoreboad
  6. Please, could help me find a script or a resouce which can take the flag in the scoreboard of each country (show_country Resouce). They are would greatly appreciate. AD: Sorry for my Bad English
×
×
  • Create New...