15.12.2010, 01:57
Hey guys here is the question - how is it possible to turn this.
In to a one line. I don't want to waste my time creating all these lines, and then if i add a car before them id have to change the entire thing. so can anyone help? thank you
Код:
new Text3D: Riffa1; Riffa1 = Create3DTextLabel("Grovet",COLOR_GROVE,0,0,0,50,0); //Grove Street Attach3DTextLabelToVehicle(Riffa1, 1, 0.0,0.0,0.0+1.0); new Text3D: Riffa2; Riffa2 = Create3DTextLabel("Grove",COLOR_GROVE,0,0,0,50,0); Attach3DTextLabelToVehicle(Riffa2, 2, 0.0,0.0,0.0+1.0); new Text3D: Riffa3; Riffa3 = Create3DTextLabel("Grove",COLOR_GROVE,0,0,0,50,0); Attach3DTextLabelToVehicle(Riffa3, 3, 0.0,0.0,0.0+1.0);