Guten Abend,
Also ich heute meinen Server starten sollte , kamen andauernd diese fehler meldungen :
[22:37:46] Filterscripts
[22:37:46] ---------------
[22:37:46] Loaded 0 filterscripts.
[22:37:46] Error: Function not registered: 'mysql_function_query'
[22:37:46] Error: Function not registered: 'cache_get_data'
[22:37:46] Error: Function not registered: 'cache_get_field_content'
[22:37:46] Script[gamemodes/selfmade.amx]: Run time error 19: "File or function is not found"
[22:37:46] Number of vehicle models: 0
Obwohl diese functions im script enthalten sind :
// Cache functions.
native cache_get_data(&num_rows, &num_fields, connectionHandle = 1);
native cache_get_field(field_index, destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_row(row, idx, destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_row_int(row, idx, connectionHandle = 1);
native Float:cache_get_row_float(row, idx, connectionHandle = 1);
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_field_int(row, const field_name[], connectionHandle = 1);
native Float:cache_get_field_float(row, const field_name[], connectionHandle = 1);
native mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...);
Wie kann es zu diesem Fehler kommen?
MfG
Mr.ExiLe