Dynamic 3d text label problem
#1

Код:
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,-1,-1,-1,4,-1,-1,100);
I just don't see label. Even when im at the right cords and virtual world. Where's the problem?
Reply
#2

pawn Код:
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Try setting your testlos to something else than -1 - maybe 0 just for test.
Reply
#3

Quote:
Originally Posted by Misiur
Посмотреть сообщение
pawn Код:
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Try setting your testlos to something else than -1 - maybe 0 just for test.
dont work
Reply
#4

bump
Reply
#5

Try this:
PHP код:
CreateDynamic3DTextLabel("Enter", -1115.7420,205.5284,675.7820,6.5); 
Reply
#6

Quote:
Originally Posted by ATGOggy
Посмотреть сообщение
Try this:
PHP код:
CreateDynamic3DTextLabel("Enter", -1115.7420,205.5284,675.7820,6.5); 
If i do this, player could see label in any virtual world. I want to set one specific world for this label.
Reply
#7

bump
Reply
#8

Quote:
Originally Posted by Supermaxultraswag
Посмотреть сообщение
bump
Look at the parameter:

Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
So write it like this:

Код:
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,1);
Look at the last Parameter i wrote, this is the Virtual World in this case only in the Virtual-World 1 you will see this 3DtextLabel

Greekz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)