Hi,
In meinem Tacho steht nun.
Zustand: olice Car
Jaaa OLICE ... da fehlt das P. Doch oben beim Fahrzeug Name steht Police Car.
//Zustand
new zustand[64];
new Float:health;
new veh;
veh = GetPlayerVehicleID(playerid);
leben[playerid] = CreatePlayerTextDraw(playerid, 160.000000, 374.000000, "Zustand");
PlayerTextDrawBackgroundColor(playerid, leben[playerid], 255);
PlayerTextDrawFont(playerid, leben[playerid], 1);
PlayerTextDrawLetterSize(playerid, leben[playerid], 0.230000, 1.100000);
PlayerTextDrawColor(playerid, leben[playerid], -1);
PlayerTextDrawSetOutline(playerid, leben[playerid], 0);
PlayerTextDrawSetProportional(playerid, leben[playerid], 1);
PlayerTextDrawSetShadow(playerid, leben[playerid], 1);
PlayerTextDrawShow(playerid, leben[playerid]);
format(zustand,64,"Zustand: %s",GetVehicleHealth(veh,health));
PlayerTextDrawSetString(playerid,leben[playerid],zustand);