02.11.2018, 15:01
Try
PHP Code:
//TOP
new Text3D:Player3d[MAX_PLAYERS];
//command
Player3d[playerid] = Create3DTextLabel("Label",0x008080FF,30.0,40.0,50.0,40.0,1);
Attach3DTextLabelToPlayer(Player3d[playerid], playerid, 0.0, 0.0, 0.4);