16.07.2011, 16:06
Still don't work but, when i put this line in register line it's works fain
BTW not your line, when put this my line
BTW not your line, when put this my line
pawn Код:
new PlayerIP[24];
GetPlayerIp(playerid, PlayerIP, sizeof (PlayerIP)); //Players IP
format(Query, sizeof(Query), "UPDATE `Accounts` SET `IP Address` = '%s' WHERE `Username` = '%s'",PlayerIP,GetEscName(playerid));