Text on objects - 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: Text on objects (
/showthread.php?tid=418092)
Text on objects -
Aarab - 23.02.2013
Hello,
I want some text on the LSPD wall, how can I see the coordinates of the wall and place a text there?
Thanks.
Re: Text on objects -
Camorra - 23.02.2013
/save IG then copy past the X,Y,Z , replace the Text me to which you want
pawn Код:
new string;
format(string, sizeof(string), "Text here");
Create3DTextLabel(string, COLOR_RED, x ,y ,z, 25, 0, 0);
Re: Text on objects -
Aarab - 23.02.2013
I want a textdraw on the wall haha not a label ^^
Re: Text on objects -
Camorra - 23.02.2013
You said just text, not text draw.
" I want some text "
Re: Text on objects -
Aarab - 23.02.2013
Yeah sorry ^^
Re: Text on objects -
DaRk_RaiN - 23.02.2013
SetObjectMaterialText