03.02.2013, 02:53
pawn Код:
#define cache_get_row_int(%0,%1,%2,%3) cache_get_row(%0,%1,temporaryVariable,%3), %2 = strval(temporaryVariable)
pawn Код:
new temporaryVariable[128];
cache_get_row_int(0, 44, playersAge, mConnectionHandle);
cache_get_row_int(0, 45, playersGender, mConnectionHandle);