Tekken Posted March 13, 2015 Posted March 13, 2015 Hello, How can i get an player IP and send it to client ? Resources I made: attachToBones - A newer bone_attach. Simple Level system - Just a simple level system. Do not PM me for help with leaked scripts! I WILL NOT HELP YOU!
JR10 Posted March 13, 2015 Posted March 13, 2015 -- server local ip = getPlayerIP(player) triggerClientEvent(player, "sendIP", root, ip) --client addEvent("sendIP", true) addEventHandler("sendIP", root, function(ip) end) Business System viewtopic.php?f=108&t=35797 Notepad++ Syntax Highlighting & Auto Completion viewtopic.php?f=91&t=76726 SQLite Tutorial viewtopic.php?f=148&t=38203
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