Hallo Leute,
Da ich grad versuche ein Auto system zu machen(Alos privat cars etc...) und nicht weiter komme durch einiege errors , bitte ich euch mir zu helfen:)
Errors:
error 017: undefined symbol "mysql_function_query"
error 017: undefined symbol "cache_get_data"
error 017: undefined symbol "cache_get_field_content_int"
error 017: undefined symbol "cache_get_field_content_int"
error 017: undefined symbol "cache_get_field_content_float"
error 017: undefined symbol "cache_get_field_content_float"
error 017: undefined symbol "cache_get_field_content_float"
error 017: undefined symbol "cache_get_field_content_float"
error 017: undefined symbol "cache_get_field_content_int"
error 017: undefined symbol "mysql_function_query"
error 017: undefined symbol "cache_insert_id"
Zeilen:
mysql_function_query(dbhandle,query,false,"",""); //Error 1
cache_get_data(num_rows,num_fields,dbhandle);//Error 2
cInfo[id][carmodelid]=cache_get_field_content_int(i,"carmodelid",dbhandle);//Error 3
cInfo[id][besitzer]=cache_get_field_content_int(i,"besitzer",dbhandle);//Error 4
cInfo[id][c_x]=cache_get_field_content_float(i,"x",dbhandle);//Error 5
cInfo[id][c_y]=cache_get_field_content_float(i,"y",dbhandle);//Error 6
cInfo[id][c_z]=cache_get_field_content_float(i,"z",dbhandle);//Error 7
cInfo[id][c_r]=cache_get_field_content_float(i,"r",dbhandle);//Error 8
cInfo[id][db_id]=cache_get_field_content_int(i,"id",dbhandle);//Error 9
mysql_function_query(dbhandle,query,true,"OnPlayerCarsLoad","i",playerid);//Errror 10
cInfo[carid][db_id]=cache_insert_id(dbhandle);//Error 11
wie oben erwähnt benutze ich dass MySQL plugin R5!
Ich hoffe ihr könnt mir helfen!
mFG