Quote:
Originally Posted by Brandon_More
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);
|
Nah there's this one query string with more queries formatted in it.
only thing that doesn't save is VIP,no idea why.
I think i found the bug,i appreciate your help man anyways.