01.06.2015, 09:00
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);