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=602637)
Attach3DTextLabelToVehicle -
N0FeaR - 10.03.2016
there is nothing wrong here but i wanna know how to set this text lower down?
PHP код:
vehicle3Dtext[OwnableVehicleID(key)] = Create3DTextLabel(string, COLOR_WHITE, 0.0, 0.0, 0.0, 5.0, 0, 1);
Attach3DTextLabelToVehicle(vehicle3Dtext[OwnableVehicleID(key)], OwnableVehicleID(key), 0.0, 0.0, 2.0);
Re: Attach3DTextLabelToVehicle -
CSLangdale - 10.03.2016
Change the 2.0 on attach 3d text label to lower number try 0
Re: Attach3DTextLabelToVehicle -
CSLangdale - 10.03.2016
I ment the 5.0 number to change to 0
Re: Attach3DTextLabelToVehicle -
N0FeaR - 10.03.2016
Quote:
Originally Posted by CSLangdale
I ment the 5.0 number to change to 0
|
No cus that is the distance, but i fixed it anyway