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