cache_get_field_content problem
#3

Quote:
Originally Posted by Xabi
Посмотреть сообщение
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);
No, i just checked thread from AndreT. look


pawn Код:
cache_get_row(0, 0, name); // Store the data from the name field into the name string.
Another example

pawn Код:
cache_get_row(i, 9, HouseData[i][hOwner]);
https://sampforum.blast.hk/showthread.php?tid=337810
Reply


Messages In This Thread
cache_get_field_content problem - by MattSlater - 08.07.2013, 15:05
Respuesta: cache_get_field_content problem - by Xabi - 08.07.2013, 15:22
Re: Respuesta: cache_get_field_content problem - by StreetGT - 08.07.2013, 15:27
Re: cache_get_field_content problem - by Kirollos - 08.07.2013, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)