Hallo,
Und zwar bekomme ich so rund um die 300 Tag Missmatches bei meinem erstellten Textdraws.
Aber ich finde den Fehler nicht?
Code:
// Ganz oben im Script.
new Text:TDEditor_PTD[MAX_PLAYERS][28];
TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 140.666687, 348.874237, "HauptBox");
PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.000000, -29.533344);
PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 486.333312, 0.000000);
PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
PlayerTextDrawUseBox(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawBoxColor(playerid, TDEditor_PTD[playerid][0], 118);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 255);
PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
Fehlermeldung (Kommt 319x hab es aber abgekürzt.):
C:\Users\jresi_000\Desktop\Server\gamemodes\TextdrawEditorScript.pwn(37) : warning 213: tag mismatchPawn compiler 3.2.3664
Copyright (c) 1997-2006, ITB CompuPhase
319 Warnings.
Hoffe ihr seht da wie immer mehr als ich,
Mfg