30.10.2018, 09:35
(
Последний раз редактировалось TheToretto; 30.10.2018 в 09:37.
Причина: Someone was quicker
)
This way you'll save your XP / pinigai (??) / & Admin Level, for the money, if you already have a column, give me its name.
There is the correct form:
There is the correct form:
pawn Код:
format(query, sizeof(query), "UPDATE `user` SET XP='%i', pinigai='%i', adminlevel='%i' WHERE id='%i'", sInfo[playerid][XP], sInfo[playerid][pinigai], sInfo[playerid][adminlevel], sInfo[playerid][id]);