Schönen 1. Advent
Ich habe gerade ein komisches Problem .. ich bekomme den Warning warning 213: tag mismatch bei diesem Code:
enum FCars
{
cfID,
Fraktionid,
ModelID,
Float:posr,
Float:posx,
Float:posy,
Float:posz,
cc1,
cc2
}
FraktionsCar[MAX_FCARS][FCars];
new carid = GetPVarInt(playerid,"FCARCID"),Float:x,Float:y,Float:z;
GetPlayerPos(playerid,x,y,z);
FraktionsCar[carid][posx] = x:
FraktionsCar[carid][posy] = y:
FraktionsCar[carid][posz] = z;
Wo ist bitte der Fehler ? :o