Code:
get_user_ip(id ,ip,32, 1); // Last arugment need to be 1 if you want it without the port.
// For example
// 192.168.2.4:27015 is what you will get if you use the last arugment with 0 or don't even put a number there.
// 192.168.2.4 is what you will get if you put 1 as the last arugment.
__________________