26.05.2014, 16:46
Just insert the same player's IP once they register (IP[playerid] twice as argument) and when they login in the future, execute a query with UPDATE clause
pawn Код:
..., "UPDATE players SET RecentIP='%e' WHERE UserName='%e'", IP[playerid], Name[playerid]);