23.02.2013, 13:32
pawn Код:
new pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(string, sizeof(string), "%s",pName);
new Text3D:attachplayername = Create3DTextLabeL(pName, 0xFF9900FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(attachpName, playerid, 0.0,0.0,0.2);