08.07.2013, 15:27
Quote:
You have to do it in two steps, meaning yo have to store first in a variable and after, format the enum with that variable, for example:
pawn Код:
|
pawn Код:
cache_get_row(0, 0, name); // Store the data from the name field into the name string.
pawn Код:
cache_get_row(i, 9, HouseData[i][hOwner]);