Quote:
Originally Posted by TH3_R3D™
Okay, I'm sorry, but that's the last question, can I jump in the indexes?
example:
Код:
new temp[30];
cache_get_row(0,2, temp);
GivePlayerMoney(playerid, strval(temp));
without returning back to idx:0 and idx:1 .
could it be?
Thanks again
|
Use "cache_get_row_int" for fetching an integer.