Hi,
wenn ich meine Fraktionen lade:
stock FraktionLaden(){for(new i=0;i<MAX_FRAKT;i++){new str[128];format(str,sizeof(str),"SELECT * FROM `frak` WHERE `ID` = '%i'",i);//fInfo[i][f_name] = cache_get_field_content_int(0,"fname",Handle);fInfo[i][f_name] = cache_get_field_content(0, "fname", fInfo[i][f_name], Handle);printf("Die Fraktionen wurden geladen!");}return 1;}
Bekomme ich dieses im Error Log:
Code
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
[18:13:39] [WARNING] cache_get_field_content - no active cache
Alles anzeigen