Create3DTextLabel help please...
#1

I need some help...

I got this:

pawn Код:
#define House1 -604.5995,2716.6575,72.7231
Create3DTextLabel("ID: 1",COLOR_LIGHTBLUE,House1,10.0,0);
But it won't show a 3d label at the cordinates for House1...

Can anyone help me please?
Reply
#2

You need to split up the X, Y, And Z of the house Co-ordonates.
pawn Код:
#define House1X -604.5995
#define House1Y 2716.6575
#define House1Z 72.7231
Create3DTextLabel("ID: 1",COLOR_LIGHTBLUE,House1X, House1Y, House1Z,10.0,0);
Your one would have given errors.
Reply
#3

Mine didn't give errors and your didn't work... =/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)