Attach3DTextLabelToVehicle - 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: Attach3DTextLabelToVehicle (
/showthread.php?tid=306855)
Attach3DTextLabelToVehicle -
cs_waller - 28.12.2011
Hi guys, I have a problem with Attach3DTextLabelToVehicle. The problem is, the text is not attached. That's what I did.
pawn Код:
new kolashop, Text3D:vehicle3Dtext;
vehicle3Dtext = Create3DTextLabel( "Army Shop", 0xFF0000AA, 224.8953,1862.8285,13.2716, 15.0, 0, 1 );
Attach3DTextLabelToVehicle(vehicle3Dtext,kolashop, 224.8953,1862.8285, 2.0);
Thanks in advance
Re: Attach3DTextLabelToVehicle -
§с†¶e®РµРe - 28.12.2011
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToVehicle
Re: Attach3DTextLabelToVehicle - suhrab_mujeeb - 28.12.2011
Where have you given kolashop a value?
Re: Attach3DTextLabelToVehicle -
cs_waller - 28.12.2011
pawn Код:
kolashop = AddStaticVehicle(428,224.8953,1862.8285,13.2716,0.7228,237,237); //
Re: Attach3DTextLabelToVehicle -
cs_waller - 28.12.2011
bump