3d text problem
#1

What is incorrect in this code ?

Код:
forward plate();
public plate()
{
	for(new i = 0; i < sizeof(PD); i++)
	{
	    format(TextCar, sizeof(TextCar), "LS-%d-PD", i);
       	TextUpCar2[i] = Create3DTextLabel(TextCar, 0x0080FFFF , 0.0, 0.0, 0.0, 25, 0, 1);
       	Attach3DTextLabelToVehicle(TextUpCar2[i], i, 0.0, 0.0, 0.1);
	}
	return 1;
	
}
Reply


Messages In This Thread
3d text problem - by Adrianos - 11.07.2015, 16:46
Re: 3d text problem - by dominik523 - 11.07.2015, 17:05
Re: 3d text problem - by Adrianos - 11.07.2015, 17:07
Re: 3d text problem - by dominik523 - 11.07.2015, 19:14
Re: 3d text problem - by Adrianos - 11.07.2015, 21:04
Re: 3d text problem - by jlalt - 11.07.2015, 21:17
Re: 3d text problem - by Adrianos - 11.07.2015, 23:15
Re : 3d text problem - by KillerDVX - 12.07.2015, 03:50
Re: 3d text problem - by Adrianos - 12.07.2015, 09:07

Forum Jump:


Users browsing this thread: 2 Guest(s)