12.08.2016, 13:59
http://forum.sa-mp.com/showpost.php?...postcount=4569
Use ipmatch to detect similar IPs, because this is the main purpose of AKA. Your code just checks accounts registered on same IPs not similar.
So in case of IP match, you have to: go through all rows > get their IP > use ipmatch > store matched ones.
Use ipmatch to detect similar IPs, because this is the main purpose of AKA. Your code just checks accounts registered on same IPs not similar.
So in case of IP match, you have to: go through all rows > get their IP > use ipmatch > store matched ones.