One question.
#1

Hey guys here is the question - how is it possible to turn this.

Код:
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);
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
Reply


Messages In This Thread
One question. - by [Comrade] - 15.12.2010, 01:57
Re: One question. - by admantis - 15.12.2010, 02:00
Re: One question. - by XePloiT - 15.12.2010, 02:03
Re: One question. - by [Comrade] - 15.12.2010, 02:05
Re: One question. - by admantis - 15.12.2010, 02:07
Re: One question. - by [Comrade] - 15.12.2010, 02:08
Re: One question. - by admantis - 15.12.2010, 02:11
Re: One question. - by [Comrade] - 15.12.2010, 02:12
Re: One question. - by admantis - 15.12.2010, 02:13
Re: One question. - by XePloiT - 15.12.2010, 02:17

Forum Jump:


Users browsing this thread: 1 Guest(s)