Ich nutze das MySQL plugin R33 (steht mal in der .inc Datei)
stock SpielerLaden(playerid){
new num_fields,num_rows;
cache_get_data(num_rows,num_fields,dbhandle);
sSpieler[playerid][Fraktion] = cache_get_field_content_int(0,"Fraktion",dbhandle);
sSpieler[playerid][Marihuana] = cache_get_field_content_int(0,"Marihuana",dbhandle);
sSpieler[playerid][Crack] = cache_get_field_content_int(0,"Crack",dbhandle);
sSpieler[playerid][SkinID] = cache_get_field_content_int(0,"SkinID",dbhandle);
sSpieler[playerid][FSkinID] = cache_get_field_content_int(0,"FSkinID",dbhandle);
sSpieler[playerid][Marke] = cache_get_field_content_int(0,"Marke",dbhandle);
return 1;
}
/edit
Habe den ersten Warning gelöst hab die connection aus dem Filterscript genommen doch bekomme nun diese Errors:
[16:31:08] [ERROR] "cache_get_data" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
[16:31:08] [ERROR] "cache_get_field_content_int" - invalid connection handle (ID = 0)
Wäre nett wenn mir da jemand behilflich sein kann, kann sonnst nicht weiterarbeiten :/.
Mit freundlichen Grüßen
/edit Kann mir da keiner helfen?
ThcHaze