^Dev-PoinT^ Posted October 2, 2011 Share Posted October 2, 2011 Hi all i have This script but i want if player enter the server say PlayerName... Has jouin From [sA] or any Country exports.scoreboard:addScoreboardColumn('Country') function addCountryScore () local flag = call(getResourceFromName("admin"), "getPlayerCountry", source) setElementData(source,"Country",flag) end addEventHandler("onPlayerJoin",getRootElement(),addCountryScore) Link to comment
BinSlayer1 Posted October 2, 2011 Share Posted October 2, 2011 edit 'joinquit' resource @ onClientPlayerJoin @ outputChatBox Link to comment
TAPL Posted October 2, 2011 Share Posted October 2, 2011 exports.scoreboard:addScoreboardColumn('Country') function addCountryScore () local flag = call(getResourceFromName("admin"), "getPlayerCountry", source) setElementData(source,"Country",flag) outputChatBox(getPlayerName(source).." has join From ["..flag.."]", root, 255,255,255) end addEventHandler("onPlayerJoin",getRootElement(),addCountryScore) Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now