22.12.2013, 20:34
Here:
pawn Код:
stock mysql_fetch_int()
{
static
gIntValue[24];
cache_get_row(0, 0, gIntValue, 1);
return strval(gIntValue);