Saving problem
#1

Hi all, I have a problem with data updating.

Saving data function looks like this

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));

Server log: [16:02:30] CMySQLHandler::Query(UPDATE `Accounts` SET `IP Address` = '255.255.255.255' WHERE `Username` = 'Player') - Successfully executed.

My ip address is not like this '255.255.255.255'

thanks for help
Reply


Messages In This Thread
Saving problem - by juraska - 16.07.2011, 14:43
Re: Saving problem - by juraska - 16.07.2011, 15:27
Re: Saving problem - by park4bmx - 16.07.2011, 15:47
Re: Saving problem - by juraska - 16.07.2011, 16:06
Re: Saving problem - by park4bmx - 16.07.2011, 16:09
Re: Saving problem - by juraska - 16.07.2011, 16:19
Re: Saving problem - by park4bmx - 16.07.2011, 16:39
Re: Saving problem - by juraska - 16.07.2011, 16:58
Re: Saving problem - by juraska - 16.07.2011, 17:45
Re: Saving problem - by juraska - 17.07.2011, 09:29

Forum Jump:


Users browsing this thread: 5 Guest(s)