Tekken Posted March 13, 2015 Share Posted March 13, 2015 Hello, How can i get an player IP and send it to client ? Link to comment
JR10 Posted March 13, 2015 Share Posted March 13, 2015 -- server local ip = getPlayerIP(player) triggerClientEvent(player, "sendIP", root, ip) --client addEvent("sendIP", true) addEventHandler("sendIP", root, function(ip) end) 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