11.04.2011, 14:30
how would i lower it? heres the code
Код:
quakelabel[playerid] = Create3DTextLabel("[BOT]Quake",COLOR_YELLOW,0.0,0.0,60.0,50.0,0);
quakelabel[playerid] = Create3DTextLabel("[BOT]Quake",COLOR_YELLOW,0.0,0.0,60.0,50.0,0);
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
But you just could use Attach3DTextLabelToPlayer which would be easier
|
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); }