how to set 3dtextlabel inside interior
#1

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
Reply
#2

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

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

cannot work
Reply
#5

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

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

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.
Reply
#8

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
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)