26.08.2016, 17:54
If you want to get a player's IP:
NOTE: Everything in red can be different (depending on your table)
If you want to get all the names that share a certain IP:
Код:
SELECT `IP` FROM `users` WHERE `Name` = '%e'
If you want to get all the names that share a certain IP:
Код:
SELECT `Name` FROM `users` WHERE `IP` = '%s'