SA-MP Forums Archive
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(stringCOLOR_WHITE0.00.00.05.001);
                
Attach3DTextLabelToVehicle(vehicle3Dtext[OwnableVehicleID(key)], OwnableVehicleID(key), 0.00.02.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