20.09.2018, 15:42
Quote:
You said it yourself!
Using MySql? Saving player account infos? Save the IP too, query the results searching by username get the saved IP address and the job is done. |
PHP код:
format(query, sizeof(query), "SELECT IP FROM `users` WHERE `Username`= '%s'", player_name);