29.01.2017, 15:13
Isso?
PHP код:
new Text3D:TextNPC;
OnGameModeInit:
TextNPC = Create3DTextLabel("Nome", 0xD2B48CFF, 30.0, 40.0, 50.0, 40.0, 0, 0);
OnplayerSpawn:
if(IsPlayerNPC(playerid))
{
Attach3DTextLabelToPlayer(TextNPC, playerid, 0.0, 0.0, 0.5);
return 1;
}