Abend habe folgendes problem und zwar
ist es dies
unter GameModeInt
for(new h = 0; h < sizeof(CarInfo); h++)
{
housecars[0] = AddStaticVehicleEx(CarInfo[h][cVec], CarInfo[h][cAutox], CarInfo[h][cAutoy], CarInfo[h][cAutoz], CarInfo[h][cAutoza], CarInfo[h][cVcol1], CarInfo[h][cVcol2], 60000);
}
new lastring[256];
format(lastring, sizeof(lastring), "LS-%d",CarInfo[housecars[0]][ccarnummer]);
housecar[housecars[0]] = Create3DTextLabel(lastring,0xB3FF00FF,0.0,0.0,0.0,40.0,0); // Erstellt textlabel für das 1. police car deshalb die [0] das zweite wäre [1] etc.
Attach3DTextLabelToVehicle(housecar[housecars[0]], housecars[0], 0.0, 0.0, 0.40);
wenn das so drin ist erscheinen meine auto´s nicht mehr und 3dlabel auch nicht
aber wenns so drin ist dann gehts
for(new h = 0; h < sizeof(CarInfo); h++)
{
housecars[0] = AddStaticVehicleEx(CarInfo[h][cVec], CarInfo[h][cAutox], CarInfo[h][cAutoy], CarInfo[h][cAutoz], CarInfo[h][cAutoza], CarInfo[h][cVcol1], CarInfo[h][cVcol2], 60000);
}
new lastring[256];
format(lastring, sizeof(lastring), "LS-5408",);
housecar[housecars[0]] = Create3DTextLabel(lastring,0xB3FF00FF,0.0,0.0,0.0,40.0,0); // Erstellt textlabel für das 1. police car deshalb die [0] das zweite wäre [1] etc.
Attach3DTextLabelToVehicle(housecar[housecars[0]], housecars[0], 0.0, 0.0, 0.40);
bitte brauche hilfe