03.09.2013, 15:16
For example:
With newest version of plugin just:
Anyway you can check this for more informations:
https://sampforum.blast.hk/showthread.php?tid=337810
pawn Код:
new temp[12];
cache_get_row(0, 1, temp);
PlayerInfo[playerid][pMoney] = strval(temp);
pawn Код:
PlayerInfo[playerid][pMoney] = cache_get_row_int(0, 1);
https://sampforum.blast.hk/showthread.php?tid=337810