Not saving
#1

The vip stat is not saving , im using mysql but idk what the problem


pawn Код:
Removed
Whats wrong All stats are saving but only the vip stat not saving
Reply
#2

Change these lines:

Код:
mysql_fetch_field_row(string, "vip"); PlayerInfo[playerid][pVIP] = strval(string);
Код:
 format(query, sizeof(query), "UPDATE `accounts` SET admin=%d, vip=%d, warnings=%d, score=%d, money=%d, kills=%d, deaths=%d, points=%d WHERE user='%s'", PlayerInfo[playerid][pAdmin], PlayerInfo[playerid][pVIP], PlayerInfo[playerid][pWarnings], GetPlayerScore(playerid), GetPlayerMoney(playerid), PlayerInfo[playerid][pKills], PlayerInfo[playerid][pDeaths], PlayerInfo[playerid][pPoints], Name(playerid));
Reply
#3

So the problem is the capital

It worked thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)