[AJUDA] 3dlabel
#1

Preciso de um codigo para setar um nome em cima do player

tipo:

sertar quando o player for de tao org ficar o nome em cima
player for procurado
Reply
#2

Fiz agora, ajuste como quiser. Mais informaзхes sobre Attach3DTextLabelToPlayer:
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer

pawn Код:
new txt[128];
GetPlayerName(playerid,nick,sizeof nick);
format(txt,sizeof txt,"Nick: %s",nick);
new Text3D:txtnick = Create3DTextLabel(txt, 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(txtnick, playerid, 0.0, 0.0, 0.7);
Reply
#3

Depende exatamente do que vocк quer fazer. Se for por o nome da org que o player estб, precisa usar a var das orgs no lugar de 'GetPlayerName' como o Hard fez...
Se for nivel de procurado, use
pawn Код:
GetPlayerWantedLevel( ... )
se nгo me engano...
Reply
#4

Pois й, eu dei uma base de como formatar uma string. Logo depois, passar para 'Attach3DTextLabelToPlayer',com a string formatada.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)