08.07.2013, 15:22
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 Код:
cache_get_field_content(0, "password", result);
format(AccountData[extraid][a_szPassword], 128, result);

