Nabend, wollte grad die Positionen X,Y,Z und die Angle speichern, jedoch bekomme ich Errors beim Speichern,
obwohl mein Command richtig ist.
stock SpielerLaden(playerid)
{
SD[playerid][SpielerLastX] = cache_get_field_content_float(0.0,"LastX",dbhandle);
SD[playerid][SpielerLastY] = cache_get_field_content_float(0.0,"LastY",dbhandle);
SD[playerid][SpielerLastZ] = cache_get_field_content_float(0.0,"LastZ",dbhandle);
SD[playerid][SpielerAngle] = cache_get_field_content_float(0.0,"LastAngle",dbhandle);
return 1;
}
Errors:
warning 213: tag mismatch
warning 213: tag mismatch
warning 213: tag mismatch
warning 213: tag mismatch
Danke im vorraus.