MySQL - no errors but it doesn't save
#2

pawn Код:
new pname[24];
GetPlayerName(playerid, pname, sizeof(pname));
pawn Код:
format(saveQuery, sizeof(saveQuery), "UPDATE Players SET playerVIP=%d WHERE user='%s'", PlayerInfo[playerid][pVIP], pname);
mysql_query(SaveQuery);
Reply


Messages In This Thread
MySQL - no errors but it doesn't save - by Tagathron - 16.12.2013, 15:30
Re: MySQL - no errors but it doesn't save - by Brandon_More - 16.12.2013, 15:53
Re: MySQL - no errors but it doesn't save - by Tagathron - 16.12.2013, 16:22

Forum Jump:


Users browsing this thread: 1 Guest(s)