How to add text to car
#1

Guys can you tell me how to add text to car ? I want to add text to PD Cars ..
Reply
#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
#3

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 .. ?
Reply
#4

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);
Reply
#5

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
Reply
#6

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

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

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

anytime bro haha
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)