[Ajuda] Aparecer barra - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Aparecer barra (
/showthread.php?tid=527415)
Aparecer barra -
LKING - 22.07.2014
Como ponho para aparecer a barra do heal e da vida do outro player e ele ver a nossa como no A/D e em outros servers?
Re: Aparecer barra -
lnasc256 - 22.07.2014
Como assim? Aquela barra em cima do nick? Se for ja e ativado do proprio samp e nao desativa
Re: Aparecer barra -
n0minal - 22.07.2014
Desativa sim, conheзo um servidor q nгo aparece nem nick nem health, nem kevlar do inimigo
Re: Aparecer barra -
LKING - 22.07.2014
No meu sу aparece o nick do jogador mas as barras nгo dб para ver. Como faзo para add elas
Re: Aparecer barra -
lnasc256 - 22.07.2014
Nuss confundi com o negocio do esc, ja tentou com outras pessoas? Se pros outros aparecer й problema no seu computador, tambйm pode ser problema com o sistema, pcs com windows 8 geralmente nгo mostram as barras
Re: Aparecer barra -
LKING - 22.07.2014
Nos outros tambem nao aparece. E eu vejo as barras nos servers de A/D
Re: Aparecer barra -
PT - 22.07.2014
Simples
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.
Re: Aparecer barra -
Ley - 22.07.2014
Isso farб que o nick/vida do usuбrio seja ocultado, teste.
PHP код:
ShowPlayerNameTagForPlayer(playerid, 0);
Re: Aparecer barra -
LKING - 22.07.2014
Obrigado aos Dois