13.01.2014, 18:40
(
Последний раз редактировалось anou1; 13.01.2014 в 20:37.
)
Thank you guy !
If I follow the tutorial in your signature, might I be able to understand how to recover a value from a database ?
What's the difference between threated query and non threated ?
Could you please give me an exemple of a usage of ORM system to recover a value ?
For exemple: recover the value of 'money' in the table 'players'.
Thank you !
EDIT: Can't I use this ?
If I follow the tutorial in your signature, might I be able to understand how to recover a value from a database ?
What's the difference between threated query and non threated ?
Could you please give me an exemple of a usage of ORM system to recover a value ?
For exemple: recover the value of 'money' in the table 'players'.
Thank you !
EDIT: Can't I use this ?
Код:
pInfo[playerid][Admin] = cache_get_row_int(0, 4); pInfo[playerid][VIP] = cache_get_row_int(0, 5); pInfo[playerid][Argent] = cache_get_row_int(0, 6); pInfo[playerid][posX] = cache_get_row_float(0, 7); pInfo[playerid][posY] = cache_get_row_float(0, 8); pInfo[playerid][posZ] = cache_get_row_float(0, 9); pInfo[playerid][Interieur] = cache_get_row_int(0, 10); pInfo[playerid][World] = cache_get_row_int(0, 11); pInfo[playerid][Skin] = cache_get_row_int(0, 12); pInfo[playerid][Niveau] = cache_get_row_int(0, 13);

