[Ajuda] Aparecer barra
#7

Simples

pawn Код:
ShowNameTags(false);
no ongamemodeinit

depois usa algo como isto:

Quote:
Originally Posted by Neil.
Посмотреть сообщение
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);
para poderem ver o nick do cara.
Reply


Messages In This Thread
Aparecer barra - by LKING - 22.07.2014, 15:49
Re: Aparecer barra - by lnasc256 - 22.07.2014, 16:03
Re: Aparecer barra - by n0minal - 22.07.2014, 16:42
Re: Aparecer barra - by LKING - 22.07.2014, 17:02
Re: Aparecer barra - by lnasc256 - 22.07.2014, 17:15
Re: Aparecer barra - by LKING - 22.07.2014, 17:21
Re: Aparecer barra - by PT - 22.07.2014, 17:59
Re: Aparecer barra - by Ley - 22.07.2014, 18:07
Re: Aparecer barra - by LKING - 22.07.2014, 20:24

Forum Jump:


Users browsing this thread: 1 Guest(s)