3dtext in all virtualworlds
#1

How can i make this one show in all virtual worlds -1 doesnt work

pawn Код:
Create3DTextLabel("[/buyclothes]",0xFFFFFFFF, 217.6668,-98.4731,1005.2578, 20,27,1);
Reply
#2

Hello!

You have to create for each virtual world a new 3d text label.
Like this:
PHP код:
Create3DTextLabel("[/buyclothes]",0xFFFFFFFF217.6668,-98.4731,1005.257820,27,1);// virtual world: 27 
PHP код:
Create3DTextLabel("[/buyclothes]",0xFFFFFFFF217.6668,-98.4731,1005.257820,28,1);// virtual world: 28 
PHP код:
Create3DTextLabel("[/buyclothes]",0xFFFFFFFF217.6668,-98.4731,1005.257820,29,1);// virtual world: 29 
Reply
#3

Okay thank you
Reply
#4

The wiki mentions that using -1 as a virtual world will NOT display the text. Best option you have is using streamer plugin and dynamic 3D text labels which by default are shown to all players, virtual worlds and interior IDs.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)