15.12.2010, 01:42
Ok, thanks, but how do i make a 3D text on a player, when he spawns he gets "blah"on his head and when he dies the text gets removed..
Ok i made this, but it doesn't work...
And onplayerdeath i put this
Delete3DTextLabel(glabel[playerid]);
But i never see the text on my friends head ...
Ok i made this, but it doesn't work...
Код:
This is on playerspawn glabel[playerid] = Create3DTextLabel("Douche",RED,0,0,0,0,0,0); Attach3DTextLabelToPlayer(glabel[playerid], playerid, 0.0, 0.0, 0.7);
Delete3DTextLabel(glabel[playerid]);
But i never see the text on my friends head ...