SA-MP Forums Archive
How to add text to car - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How to add text to car (/showthread.php?tid=553129)



How to add text to car - JakeHunter1 - 28.12.2014

Guys can you tell me how to add text to car ? I want to add text to PD Cars ..


Re: How to add text to car - UltraScripter - 28.12.2014

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);



Re: How to add text to car - JakeHunter1 - 28.12.2014

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
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);
DMVCar[0] = CreateVehicle(445,961.0397,-1424.1102,13.4219,40.3043,50,92,300); //
how to add DMVCAR in that .. ?


Re: How to add text to car - UltraScripter - 28.12.2014

pawn Код:
label = Create3DTextLabel("Your Text Hare", 0x00FF00FF, 0.0, 0.0, 0.0, 40, 0, 0);
Attach3DTextLabelToVehicle(label, DMVCar[0], 0.0, 0.0, 1.0);



Re: How to add text to car - JakeHunter1 - 28.12.2014

Quote:
Originally Posted by UltraScripter
Посмотреть сообщение
pawn Код:
label = Create3DTextLabel("Your Text Hare", 0x00FF00FF, 0.0, 0.0, 0.0, 40, 0, 0);
Attach3DTextLabelToVehicle(label, DMVCar[0], 0.0, 0.0, 1.0);
ty
FacInfo[1][fCars][0] how to add this ? i made DMV and they work


Re: How to add text to car - UltraScripter - 28.12.2014

pawn Код:
label = Create3DTextLabel("Your Text Hare", 0x00FF00FF, 0.0, 0.0, 0.0, 40, 0, 0);
Attach3DTextLabelToVehicle(label, FacInfo[1], 0.0, 0.0, 1.0);
and

pawn Код:
label = Create3DTextLabel("Your Text Hare", 0x00FF00FF, 0.0, 0.0, 0.0, 40, 0, 0);
Attach3DTextLabelToVehicle(label, [fCars][0], 0.0, 0.0, 1.0);



Re: How to add text to car - UltraScripter - 28.12.2014

Hare a tutorial if you want :
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle


Re: How to add text to car - JakeHunter1 - 28.12.2014

http://i.imgur.com/E89lEdc.png ty brother <3


Re: How to add text to car - UltraScripter - 28.12.2014

anytime bro haha