Text infront of a door - 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: Text infront of a door (
/showthread.php?tid=129308)
Text infront of a door -
bartje01 - 21.02.2010
HEy guys. I wanna put text in front of a door. So when you look at the door you see text infront of it.
I've drawed something in paint :P
[img width=1024 height=728]/imageshack/img685/2679/naamlooset.jpg[/img]
That is it :P
Is something like this possible?
Re: Text infront of a door -
GaGlets(R) - 21.02.2010
Its 3d text
https://sampwiki.blast.hk/wiki/Create3DTextLabel
Re: Text infront of a door -
bartje01 - 21.02.2010
Quote:
Originally Posted by GaGlets®
|
alright. I know have this
Create3DTextLabel("/pdgateopen /pdgateclose:\n30.0,40.0,50.0",0x008080FF,30.0,40.0 ,50.0,40.0,0);
I want to change the coordinates to this:
1540.6035,-1626.6842,13.3828,89.4931
Can you put that in for me? For just an example.
Re: Text infront of a door -
GaGlets(R) - 21.02.2010
Create3DTextLabel("I/pdgateopen \n /pdgateclose",0x008080FF,1540.6035,-1626.6842,13.3828,40.0,0);
Re: Text infront of a door -
bartje01 - 21.02.2010
Quote:
Originally Posted by GaGlets®
Create3DTextLabel("I/pdgateopen \n /pdgateclose",0x008080FF,1540.6035,-1626.6842,13.3828,40.0,0);
|
Thankyou.It works fine.
Re: Text infront of a door -
GaGlets(R) - 21.02.2010
Quote:
Originally Posted by bartje01
Quote:
Originally Posted by GaGlets®
Create3DTextLabel("I/pdgateopen \n /pdgateclose",0x008080FF,1540.6035,-1626.6842,13.3828,40.0,0);
|
Thankyou.It works fine.
|
No problem