SA-MP Forums Archive
3d textdraws ! - 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: 3d textdraws ! (/showthread.php?tid=226007)



3d textdraws ! - [aKa]sEnZaTzIE - 14.02.2011

Hi guys , i have a question.
I saw on a server,3d textdraws on the houses and businesess , with the details , owner,price per renting etc...
how i can set the 3d textdraws on my gamemode ?
Thanks.


Re: 3d textdraws ! - Ash. - 14.02.2011

https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: 3d textdraws ! - Fj0rtizFredde - 14.02.2011

They are not Textdraw's they are 3DTextLabels and you can read more about them here: https://sampwiki.blast.hk/wiki/Create3DTextLabel


Re: 3d textdraws ! - Ash. - 14.02.2011

Oh, and if you need help in creating them, there is my "Scripters Tools" script (https://sampforum.blast.hk/showthread.php?pid=1058432#pid1058432) and many more other scripts that creates the "Create3DTextLabel" line for you.


Re: 3d textdraws ! - [aKa]sEnZaTzIE - 14.02.2011

guys.that tutorials are good for me , but how i can disable a pickup ?
Sorry for my bad language [and i'm beginner at script ,and i try to learn somethin for you guys ]


Re: 3d textdraws ! - Ash. - 14.02.2011

pawn Code:
DestroyPickup(pickupid);



Re: 3d textdraws ! - Unknown123 - 14.02.2011

pawn Code:
DestroyPickup(pickupid);
EDIT: To Late