Guten Morgen,
Ich wollte meine abgespeicherte Position auslesen aus der Datenbank, aber bekomme MySQL Errors:
[10:07:52] [WARNING] cache_get_field_content_float - no active cache
[10:07:52] [WARNING] cache_get_field_content_float - no active cache
[10:07:52] [WARNING] cache_get_field_content_float - no active cache
Spieler[playerid][PosX] = cache_get_field_content_float(0,"PosX",handle);
Spieler[playerid][PosY] = cache_get_field_content_float(0,"PosY",handle);
Spieler[playerid][PosZ] = cache_get_field_content_float(0,"PosZ",handle);
Google konnte mir auch nichts sagen.