Difference of Plane001-Plane009? - 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: Difference of Plane001-Plane009? (
/showthread.php?tid=474441)
Difference of Plane001-Plane009? -
leong124 - 08.11.2013
What's the difference between the objects from Plane001 to Plane009 (ID 19475 - 19483)?
I know they are used for SetObjectMaterialText but I can't see their sizes. It's also hard to position/map them.
Re: Difference of Plane001-Plane009? -
Pottus - 08.11.2013
Try using SetObjectMaterial() on them instead or using the backcolor on SetObjectMaterialText() a 0xFFFF0000 is usually good (Solid Red) to see all the different sizes.
Re: Difference of Plane001-Plane009? -
leong124 - 08.11.2013
Thanks for the hint, I'll try to add them in server and check their sizes.
One more thing, how can you easily map it? Using an in-game editor only?
Re: Difference of Plane001-Plane009? -
Pottus - 08.11.2013
Well Texture Studio will have a text editor next version
Re: Difference of Plane001-Plane009? -
leong124 - 08.11.2013
I mean how can you place them at the right place? Using EditObject?
Re: Difference of Plane001-Plane009? -
Pottus - 08.11.2013
Editobject or commands
[ame]http://www.youtube.com/watch?v=AJflkhwrX_g[/ame]
Re: Difference of Plane001-Plane009? -
leong124 - 08.11.2013
So using an in-game editor will be the best (I am actually making one with streamer plugin support and material(text) edition lol).