SA-MP Forums Archive
how to make this sorta text? - 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: how to make this sorta text? (/showthread.php?tid=388166)



how to make this sorta text? - niels44 - 27.10.2012

hey everyone,

anyone knows how to make this sorta text?



greets niels


Re: how to make this sorta text? - RenSoprano - 27.10.2012

You can make it with In Game Text Editor


Re: how to make this sorta text? - niels44 - 27.10.2012

an ingame text editor, is for a text thats on the SCREEN, not on some sorta object, this object is not in the screen, but in the air above a object, if i walk away, the textdraw stays on the object...

anyone knows how to make it?


Re: how to make this sorta text? - Babul - 27.10.2012

https://sampwiki.blast.hk/wiki/SetObjectMaterialText
you need to create an object to apply the texture indeed, theyre listed in "SAMP.ide":
Код:
# Blank planes for text signs
19475, Plane001, signsurf, 300, 2097284
19476, Plane002, signsurf, 300, 2097284
19477, Plane003, signsurf, 300, 2097284
19478, Plane004, signsurf, 300, 2097284
19479, Plane005, signsurf, 300, 2097284
19480, Plane006, signsurf, 300, 2097284
19481, Plane007, signsurf, 300, 2097284
19482, Plane008, signsurf, 300, 2097284
19483, Plane009, signsurf, 300, 2097284



Re: how to make this sorta text? - niels44 - 27.10.2012

ah i see, i heard of this before, but had no idea it was actually this xD ty once again babul