Quote:
Originally Posted by Ken97
This.
pawn Код:
new playername[24]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); format(playername, sizeof(playername), "%s", name); new Text3D:attachplayername = Create3DTextLabel(playername, 0xFF9900FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(attachplayername, playerid, 0.0,0.0,0.2);
|
Thanks for this.I was longing that someone make it x)