CreateDynamic3DTextLabel not showing
#1

Код:
	CreatePickup(1247, 23, 1528.082397, -1677.978637, 5.890625, -1); // LAPD
	CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1528.082397, -1677.978637, 5.890625+0.6,4.0);  // LAPD
THIS CODE ABOVE IS WORKING ~ FOR LAPD
Код:
	CreatePickup(1247, 23, 2273.306884, -80.623764, 26.453544, -1); // LASD
	CreateDynamic3DTextLabel("/arrest",TEAM_SASD,2273.306884, -80.623764, 26.453544+0.6,4.0); //LASD
BUT THIS CD3DTL for LASD is not Working.
Need Help

__________________
Next Life Roleplay [Refunding/Hiring]
SERVER IP: 172.245.220.133:7108
http://nextlife-rp.boards.net/
Reply
#2

bump
Reply
#3

I tested with other color and work fine.. show your TEAM_SASD code.
Reply
#4

Quote:
Код:
CreatePickup(1247, 23, 2273.306884, -80.623764, 26.453544, -1); // LASD
CreateDynamic3DTextLabel("/arrest",TEAM_SASD,2273.306884, -80.623764, 26.453544+0.6,4.0); //LASD
did "TEAM_SASD", defined as colour?
this the exsample:
Код:
CreateDynamic3DTextLabel("/arrest", YOUR_COLOUR ,2273.306884, -80.623764, 26.453544+0.6,4.0); //LASD
Reply
#5

Where did you define your TEAM_SASD?
Reply
#6

this is the code
Код:
#define TEAM_SASD   0xCC993300
Reply
#7

Is the Z-co-ordinate of the second text label correct?
Reply
#8

Код:
2273.306884, -80.623764, 26.453544
well i take the XYZ using /save then , i just copied the +0.6,4.0 at other Create3dtextlabel that is working
Код:
CreateDynamic3DTextLabel("/LAPD\nTo open your locker.",COLOR_DBLUE,267.033142, 110.105987, 1004.617187+0.6,4.0);
this is the code that where i copied the +0.6,4.0 but it's working IG.
Reply
#9

because i don't know how to take 0.6,4.0 but as far as i know 0.6 is distance to see the Text but i don't know the 4.0.
Reply
#10

nevermind i got it
Reply


Forum Jump:


Users browsing this thread: 6 Guest(s)