Textdraw Help. - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Textdraw Help. (
/showthread.php?tid=233777)
Textdraw Help. -
iGetty - 02.03.2011
How could I make it so I can only see them, when quite close to them?
Respuesta: Textdraw Help. -
Code8976Man - 02.03.2011
They're not textdraw, they are
Text3DLabel
Re: Respuesta: Textdraw Help. -
iGetty - 02.03.2011
Quote:
Originally Posted by Code8976Man
|
Oh? How could I make it so it's not as far range?
Re: Respuesta: Textdraw Help. - Unknown123 - 02.03.2011
Quote:
Originally Posted by getty154
Oh? How could I make it so it's not as far range?
|
pawn Код:
Create3DTextLabel("Your text", YOUR_COLOR, Float:X, Float:Y, Float:Z, Distance, VirtualWorld, testLOS);
Код:
testLOS = 0/1 Test the line-of-sight so this text can't be seen through objects
Also Look Here :P
Create3DTextLabel
Re: Respuesta: Textdraw Help. -
iGetty - 02.03.2011
Quote:
Originally Posted by Unknown123
pawn Код:
Create3DTextLabel("Your text", YOUR_COLOR, Float:X, Float:Y, Float:Z, Distance, VirtualWorld, testLOS);
Код:
testLOS = 0/1 Test the line-of-sight so this text can't be seen through objects
Also Look Here :P Create3DTextLabel
|
Thankyou mate.