08.01.2011, 00:13
Hello Im trying to put 3D texts on cars in my GM I use this
but when I get in game to test I dont see it, please help
Quote:
{ new Text3D:vehicle3Dtext; vehicle3Dtext = Create3DTextLabel( "MW-DM", 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 ); for(new i=0; i<MAX_VEHICLES; i++) Attach3DTextLabelToVehicle( vehicle3Dtext, i, 0.0, 0.0, 2.0); |