[HELP] MYSQL Not save data
#1

Код:
					new str[128];
					format(str, sizeof(str), "UPDATE `playeraccounts` SET pSpawnPosX='%f', pSpawnPosY='%f', pSpawnPosZ='%f', pSpawnPosFacing='%f', pSpawnSaved='1', pMoney -='500' WHERE pID='%d'", pPickInfo[i][dXe], pPickInfo[i][dYe], pPickInfo[i][dZe], pPickInfo[i][dAe], PlayerInfo[playerid][pID]);
					mysql_query(Connection, str);
What wrong with this code?
Reply


Messages In This Thread
[HELP] MYSQL Not save data - by MasterCodez - 01.10.2017, 17:42
Re: [HELP] MYSQL Not save data - by m4karow - 01.10.2017, 17:45
Re: [HELP] MYSQL Not save data - by whadez - 01.10.2017, 17:54
Re: [HELP] MYSQL Not save data - by 10MIN - 01.10.2017, 18:07
Re: [HELP] MYSQL Not save data - by MasterCodez - 02.10.2017, 03:47
Re: [HELP] MYSQL Not save data - by biker122 - 02.10.2017, 08:32
Re: [HELP] MYSQL Not save data - by SyS - 02.10.2017, 09:29
Re: [HELP] MYSQL Not save data - by MasterCodez - 02.10.2017, 10:50

Forum Jump:


Users browsing this thread: 2 Guest(s)