hello i want to make text dark like the text in players name etc.. i used this it's like transparent ..
pawn Код:
new Text3D:label1 = Create3DTextLabel("Anak's Airways", COLOR_YELLOW, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label1, playerid, 0.0, 0.0, 0.7);
new Text3D:label4 = Create3DTextLabel("[BOT]Skimmer", COLOR_GREEN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label4, playerid, 0.0, 0.0, 0.3);
help me .. thanks
Show your COLOR_YELLOW and COLOR_GREEN defines. You might be missing alpha channel
i want it to look like player name tag (above health bar)..