Hey,
habe folgendes Textdraw für die Wanteds erstellt, aber irgendwie wird es komplett falsch angezeigt und vorallem anders rum.
Code
WantedTd[playerid] = CreatePlayerTextDraw(playerid, 480.000000, 100.000000, "[]1");
PlayerTextDrawBackgroundColor(playerid, WantedTd [playerid], 255);
PlayerTextDrawFont(playerid, WantedTd[playerid], 2);
PlayerTextDrawLetterSize(playerid, WantedTd [playerid], 0.569999, 2.499999);
PlayerTextDrawColor(playerid, WantedTd [playerid], -4259585);
PlayerTextDrawSetOutline(playerid, WantedTd [playerid], 1);
PlayerTextDrawSetProportional(playerid, WantedTd [playerid], 1);
PlayerTextDrawHide(playerid, WantedTd[playerid]);
Mit dem Textdraw Editor war auch die Position anders, andere Farbe also geblicher etc..
und auch mit der falschen Font?