30.03.2015, 08:21
https://sampwiki.blast.hk/wiki/MySQL/R33#cache_get_row_int
So for example, this:
becomes:
So for example, this:
pawn Код:
cache_get_row(0, 2, temp), kills[playerid] = strval(temp);
pawn Код:
kills[playerid] = cache_get_row_int(0, 2);