07.06.2010, 17:27
When someone registers his ip will be set in his file.. Now when their ip is changed and they login their new ip won't be set :S *it's for my auto-login*
pawn Код:
new IP[16];
GetPlayerIp(playerid, IP, 16);
dini_Set(udb_encode(UserUD[playerid][accname]), "IP", IP);