[DUVIDA]TEXTLABEL - 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: [DUVIDA]TEXTLABEL (
/showthread.php?tid=283244)
[DUVIDA]TEXTLABEL -
Lohran - 14.09.2011
tem como criar uma 3dtextlabel em cima de um jogador??
se tiver poderia me dizer como??
Re: [DUVIDA]TEXTLABEL -
Pharrel - 14.09.2011
Tem ->
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Re: [DUVIDA]TEXTLABEL -
WLSF - 14.09.2011
pawn Код:
new
Text3D:jogador,
Float:X,
Float:Y,
Float:Z;
GetPlayerPos(playerid,X,Y,Z);
jogador = Create3DTextLabel("Texto emcima do jogador", -1,X,Y,Z,30.0,0);
Attach3DTextLabelToPlayer(Text3D:jogador,playerid,0.0,0.0,4.0);
Fiz um exemplo do que eu uso rapidamente, nгo sei se й 100% correto mais pode te ajudar bastante !
@EDIT Pharrel ninja. (:
Re: [DUVIDA]TEXTLABEL -
StrondA_ - 14.09.2011
Comeзo do Game Mode:
pawn Код:
new Text3D:label[MAX_PLAYERS];
Adiciona aonde vocк quiser, OnPlayerSpawn, Ou em comandos, tanto faz:
pawn Код:
label[playerid] = Create3DTextLabel("Olб, yo soy emito", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(label[playerid], playerid, 0.0, 0.0, 0.7)
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
Delete3DTextLabel(label[playerid]);
return 1;
}
Crйditos: Wiki Owned..
Re: [DUVIDA]TEXTLABEL -
Pharrel - 14.09.2011
emito? kkkkkkkkkkkkk nice
Re: [DUVIDA]TEXTLABEL -
JonathanFeitosa - 14.09.2011
Ele Estб Ensinando Onde Botar.
Use a Funзгo: Attach3DTextLabelToPlayer, Use Search.
Re: [DUVIDA]TEXTLABEL -
Luks_Stronda - 14.09.2011
Tente Este Amigo:https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer Boa Sorte!
Re: [DUVIDA]TEXTLABEL -
StrondA_ - 15.09.2011
Quote:
Originally Posted by Pharrel
emito? kkkkkkkkkkkkk nice
|
kkkkkkkkkkkkkkkkk'
@Feitozo < , acho que o que ele quer eu jб postei.
Re: [DUVIDA]TEXTLABEL -
WLSF - 15.09.2011
Lol esse lukas ainda copio o post do pharrel -n
Re: [DUVIDA]TEXTLABEL -
Pharrel - 15.09.2011
ushaushauhs I got a fan '-'