Not displaying correct data
#2

if you are using BlueG's mysql system then try this one to load datas from mysql
Код:
Player[playerid][pID] = cache_get_field_content_int(0, "id"); 
cache_get_field_content(0, "password", Player[playerid][pPassword], g_SQL, 129);
//=============================
//for integer and float
new var = cache_get_field_content_int(rowindex, "fieldname");
new Float;var = cache_get_field_content_float(rowindex, "fieldname");  
//for strings
cache_get_field_content(rowindex, fieldname, variable,sqlhande,lenght);
Reply


Messages In This Thread
Not displaying correct data - by SiraBots - 01.06.2015, 08:52
Re: Not displaying correct data - by leo9 - 01.06.2015, 09:00
Re: Not displaying correct data - by Psykotikum - 01.06.2015, 09:04
Re: Not displaying correct data - by SiraBots - 01.06.2015, 09:05
Re: Not displaying correct data - by Stanford - 01.06.2015, 09:42
Re: Not displaying correct data - by SiraBots - 01.06.2015, 10:05
Re: Not displaying correct data - by Threshold - 01.06.2015, 10:54
Re: Not displaying correct data - by SiraBots - 01.06.2015, 13:15
Re: Not displaying correct data - by Bennyy - 01.06.2015, 13:17
Re: Not displaying correct data - by SiraBots - 01.06.2015, 13:23

Forum Jump:


Users browsing this thread: 1 Guest(s)