Getting a player IP through CubeScript
#5
I have not used tools.cfg in a while, but it looks like something like this (may) work:

[cubescript]
getIP = [
whois $arg1
result (at $whoisline 2)
]
[/cubescript]

/echo (getIP CN)

Thank V-Man for doing all the hard work for you with alias whoisline. :)
Thanks given by:


Messages In This Thread
RE: Getting a player IP through CubeScript - by Bukz - 19 Jan 13, 10:24PM