SA-MP Forums Archive
how to set 3dtextlabel inside interior - 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 set 3dtextlabel inside interior (/showthread.php?tid=631221)



how to set 3dtextlabel inside interior - Jihanz - 25.03.2017

Can you help me how to put this Create3DTextLabel to inside interior....


I've been using them but can not always be

PHP код:
Create3DTextLabel("Driver Lisensi ketik /driverlisensi",0xA600A6FF,358.2361,160.4047,1008.3828,5,0); 
can not display it



Re: how to set 3dtextlabel inside interior - ikkentim - 25.03.2017

You need not worry about the interior, however, you must make sure you've got the right virtual world.


Re: how to set 3dtextlabel inside interior - LEOTorres - 25.03.2017

Try setting the last parameter, testLOS, to 1. Let me know if that fixes it.


Re: how to set 3dtextlabel inside interior - Jihanz - 25.03.2017

cannot work


Re: how to set 3dtextlabel inside interior - jasperschellekens - 25.03.2017

Try this
PHP код:
Create3DTextLabel("Driver Lisensi ketik /driverlisensi",0xA600A6FF,358.2361,160.4047,1008.3828,5,-1); 



Re: how to set 3dtextlabel inside interior - Jihanz - 25.03.2017

Quote:
Originally Posted by jasperschellekens
Посмотреть сообщение
Try this
PHP код:
Create3DTextLabel("Driver Lisensi ketik /driverlisensi",0xA600A6FF,358.2361,160.4047,1008.3828,5,-1); 
Not affected


Re: how to set 3dtextlabel inside interior - X337 - 25.03.2017

Make sure you inputted correct virtual world in 8th parameter.
And also static text3D only supports virtual world, which you can't set in which interior it should appears, use streamer instead.


Re: how to set 3dtextlabel inside interior - Jihanz - 26.03.2017

Quote:
Originally Posted by X337
Посмотреть сообщение
Make sure you inputted correct virtual world in 8th parameter.
And also static text3D only supports virtual world, which you can't set in which interior it should appears, use streamer instead.
not affected


Re: how to set 3dtextlabel inside interior - ISmokezU - 26.03.2017

Try

PHP код:
#include <Streamer>
CreateDynamic3DTextLabel("Driver Lisensi ketik /driverlisensi"0xA600A6FF358.2361160.40471008.38285.0, .testlos 0, .worldid 5interiorid 5playerid = -110.0); 
Or, Config it:

PHP код:
CreateDynamic3DTextLabel(const text[], colorFloat:xFloat:yFloat:zFloat:drawdistanceattachedplayer INVALID_PLAYER_IDattachedvehicle INVALID_VEHICLE_IDtestlos 0worldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_3D_TEXT_LABEL_SDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1