28.03.2012, 15:07
This just doesnt seem to work , i cant find the error
but when i remove the
it works fully
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));
pawn Код:
SUB MACH = '%i',RIFLE = '%i',SHOTGUN = '%i',SNIPER = '%i',