MySQL Help, how do I get the results of this query?
#3

PHP код:
AccIDSkinUsed[playerid][0] = cache_get_row_int(04);
    
AccIDSkinUsed[playerid][1] = cache_get_row_int(14);
    
AccIDSkinUsed[playerid][2] = cache_get_row_int(24);
    
AccIDSkinUsed[playerid][3] = cache_get_row_int(34);//SKIN SLOT USED FOR ALL 4 ACCOUNTS (possible). 
Quote:

Syntax: cache_get_row_int(row, field_idx, connectionHandle = 1)

for example to get value of CSlot1 and FSkin:
PHP код:
AccIDSkinUsed[playerid][0] = cache_get_row_int(0"CSlot1");
AccIDSkinUsed[playerid][1] = cache_get_row_int(0"FSkin"); 
Reply


Messages In This Thread
MySQL Help, how do I get the results of this query? - by Dokins - 01.05.2017, 16:36
Re: MySQL Help, how do I get the results of this query? - by Dokins - 02.05.2017, 15:55
Re: MySQL Help, how do I get the results of this query? - by iLearner - 02.05.2017, 15:59
Re: MySQL Help, how do I get the results of this query? - by Dokins - 02.05.2017, 16:02
Re: MySQL Help, how do I get the results of this query? - by Dokins - 02.05.2017, 20:11

Forum Jump:


Users browsing this thread: 2 Guest(s)