How to add text to car
#2

pawn Код:
new car;
new Text3D:label;
car = CreateVehicle(vehicleid, x, y, z, a, -1, -1, -1);
label = Create3DTextLabel("Your Text Hare", 0x00FF00FF, x, y, z, 40, 0, 0);
Attach3DTextLabelToVehicle(label, car, 0.0, 0.0, 1.0);
Reply


Messages In This Thread
How to add text to car - by JakeHunter1 - 28.12.2014, 11:34
Re: How to add text to car - by UltraScripter - 28.12.2014, 11:38
Re: How to add text to car - by JakeHunter1 - 28.12.2014, 11:41
Re: How to add text to car - by UltraScripter - 28.12.2014, 11:44
Re: How to add text to car - by JakeHunter1 - 28.12.2014, 11:48
Re: How to add text to car - by UltraScripter - 28.12.2014, 11:50
Re: How to add text to car - by UltraScripter - 28.12.2014, 11:52
Re: How to add text to car - by JakeHunter1 - 28.12.2014, 11:58
Re: How to add text to car - by UltraScripter - 28.12.2014, 12:00

Forum Jump:


Users browsing this thread: 1 Guest(s)