Deleting a 3D text label
#2

pawn Код:
new Car3DText[MAX_VEHICLES];


format(string, sizeof(string), "Vehicle owned by: %s", AHouseData[HouseID][Owner]);
Car3DText[vehicleid] = Create3DTextLabel(string,0xAA3333AA,0,0,0,100.0,0);
Attach3DTextLabelToVehicle(Car3DText[vehicleid], vehicleid, 0,0,0);


Delete3DTextLabel(Car3DText[vehicleid]);
Reply


Messages In This Thread
Deleting a 3D text label - by thimo - 28.06.2011, 17:22
Re: Deleting a 3D text label - by Laronic - 28.06.2011, 18:11
Re: Deleting a 3D text label - by thimo - 28.06.2011, 18:27
Re: Deleting a 3D text label - by thimo - 29.06.2011, 09:19

Forum Jump:


Users browsing this thread: 1 Guest(s)