Saving into SQL
#1

This just doesnt seem to work , i cant find the error
pawn Код:
format(Query,sizeof(Query),"UPDATE `USERS` SET SCORE = '%d', CASH = '%d',SKIN = '%d',SUB MACH = '%i',RIFLE = '%i',SHOTGUN = '%i',SNIPER = '%i',ADMINLEVEL = '%d' WHERE `NAME` = '%s' COLLATE NOCASE",
                                                                                        GetPlayerScore(playerid),
                                                                                        GetPlayerMoney(playerid),
                                                                                        GetPlayerSkin(playerid),
                                                                                        pRW[playerid],
                                                                                        pWW1[playerid],
                                                                                        pWW2[playerid],
                                                                                        pWW3[playerid],
                                                                                        Bit16_Get(g_AdminLevel, playerid),
                                                                                        DB_Escape(name));
but when i remove the
pawn Код:
SUB MACH = '%i',RIFLE = '%i',SHOTGUN = '%i',SNIPER = '%i',
it works fully
Reply


Messages In This Thread
Saving into SQL - by spd_sahil - 28.03.2012, 15:07
Re: Saving into SQL - by spd_sahil - 28.03.2012, 15:42

Forum Jump:


Users browsing this thread: 1 Guest(s)