format(string, sizeof(string), "~g~Car-Name: ~w~%s~n~~g~Speed: ~w~%d km~n~~g~Zustand : ~w~%d~n~Tank:%d/%d",CarName[GetVehicleModel(vehicleid)-400],speed,floatround(CarHealth,floatround_round),Gas[vehicleid],GetGasMax(GetVehicleModel(vehicleid)));
So sollte es vielleicht klappen