how would i lower this 3dtextlabel
#1




how would i lower it? heres the code


Код:
quakelabel[playerid] = Create3DTextLabel("[BOT]Quake",COLOR_YELLOW,0.0,0.0,60.0,50.0,0);
thanks
Reply
#2

I will give you the parameter names

pawn Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
And everyone who had maths should know what X, Y and Z is

But you just could use Attach3DTextLabelToPlayer which would be easier
Reply
#3

yeah i lower the Z so its not as tall and it doesnt work ty 4 replyin
Reply
#4

sorry another post : ive tryed editing the Z and it doesnt effect it is their another way to lower it?
Reply
#5

Quote:
Originally Posted by Nero_3D
Посмотреть сообщение
But you just could use Attach3DTextLabelToPlayer which would be easier
This ^
Reply
#6

i am attaching it to a BOT


Код:
if(!strcmp(npcname, "[BOT]Quake", true)) //Checking if the NPC's name is MyFirstNPC
    {
      SetPlayerSkin(playerid,295);
      quakelabel[playerid] = Create3DTextLabel("[BOT]Quake",COLOR_YELLOW,0.0,0.0,60.0,50.0,0);
      Attach3DTextLabelToPlayer(quakelabel[playerid], playerid, 0.0, 0.0, 0.7);
    }
Reply
#7

fixed thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)