MySQL param
#4

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


Messages In This Thread
MySQL param - by Mauricee - 03.09.2013, 14:28
Re: MySQL param - by zT KiNgKoNg - 03.09.2013, 14:51
Re: MySQL param - by Shadow_ - 03.09.2013, 14:53
Re: MySQL param - by Army - 03.09.2013, 15:16
Re: MySQL param - by Mauricee - 03.09.2013, 17:12
Re: MySQL param - by Army - 03.09.2013, 17:27

Forum Jump:


Users browsing this thread: 3 Guest(s)