Reflex# Posted March 23, 2012 Posted March 23, 2012 addEventHandler('onClientPlayerJoin', root, function() outputChatBox('#0075eb[RHD] ' .. getPlayerName(source) .. ' has joined the server from' " .. array.city .. ", " .. array.country .. " (" .. getNormalCountryName(kraje[array.country]) .. "), 255,255,255) end ) addEventHandler('onClientPlayerChangeNick', root, function(oldNick, newNick) outputChatBox('#0075eb[RHD] ' .. oldNick .. ' is now known as ' .. newNick, 0,191,255) end ) addEventHandler('onClientPlayerQuit', root, function(reason) outputChatBox('#0075eb[RHD] ' .. getPlayerName(source) .. ' has left the game [' .. reason .. ']', 255,255,255) end ) How to create:When player join,saying from what country? And 2-nd question: How create AFK-kicker without getPlayerIdle?
Castillo Posted March 23, 2012 Posted March 23, 2012 That script is just mess, where's "array" defined? also, getNormalCountryName doesn't exists.
-ffs-Sniper Posted March 23, 2012 Posted March 23, 2012 This is a part of Wesseb's php joinquit script, you don't own it, you don't know how to script. Close this, thanks.
Reflex# Posted March 23, 2012 Author Posted March 23, 2012 This is a part of Wesseb's php joinquit script, you don't own it, you don't know how to script.Close this, thanks. This script i made from standart jounquit
Reflex# Posted March 23, 2012 Author Posted March 23, 2012 That script is just mess, where's "array" defined? also, getNormalCountryName doesn't exists. Can you show me how to do?
-ffs-Sniper Posted March 23, 2012 Posted March 23, 2012 This is a part of Wesseb's php joinquit script, you don't own it, you don't know how to script.Close this, thanks. This script i made from standart jounquit This is the default joinquit resource, yes, but you are using functions like "getNormalCountryName" that require Wesseb's php joinquit to work properly.
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