Guten Abend,
Ich brauche Hilfe beim Laden meiner Pfandflaschen auf meinem Server.
Hier:
for(new i=0;i<MAX_FLASCHEN;i++)
{
Flasche[i][Type] = cache_get_field_content_int(0,"Type",handle);
Flasche[i][PosX] = cache_get_field_content_float(0,"PosX",handle);
Flasche[i][PosY] = cache_get_field_content_float(0,"PosY",handle);
Flasche[i][PosZ] = cache_get_field_content_float(0,"PosZ",handle);
Flasche[i][Welt] = cache_get_field_content_int(0,"Welt",handle);
flaschenf = CreatePickup(1551,Flasche[i][Type],Flasche[i][PosX],Flasche[i][PosY],Flasche[i][PosZ],Flasche[i][Welt]);
}
Bekomme ich das in der mysql.log.
[16:18:25] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_int - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
[16:18:26] [WARNING] cache_get_field_content_float - no active cache
Das kommt dann ganz oft.