24.02.2013, 13:11 
	
	
	
		Hello,
I have hide the HUD bar, but still want to hide the uppercase in the name how is that possible?
I have this for now:
	
	
	
	
I have hide the HUD bar, but still want to hide the uppercase in the name how is that possible?
I have this for now:
Код:
ShowNameTags(false);
    new playername2[24];
	new name[MAX_PLAYER_NAME];
	GetPlayerName(playerid, name, sizeof(name));
	format(playername2, sizeof(playername2), "%s", name);
	new Text3D:attachplayername = Create3DTextLabel(playername2, COLOR_WHITE, 30.0, 40.0, 50.0, 40.0, 0);
	Attach3DTextLabelToPlayer(attachplayername, playerid, 0.0,0.0,0.2);

