[DUVIDA]TEXTLABEL
#1

tem como criar uma 3dtextlabel em cima de um jogador??

se tiver poderia me dizer como??
Reply
#2

Tem -> https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Reply
#3

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. (:
Reply
#4

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..
Reply
#5

emito? kkkkkkkkkkkkk nice
Reply
#6

Ele Estб Ensinando Onde Botar.

Use a Funзгo: Attach3DTextLabelToPlayer, Use Search.
Reply
#7

Tente Este Amigo:https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer Boa Sorte!
Reply
#8

Quote:
Originally Posted by Pharrel
Посмотреть сообщение
emito? kkkkkkkkkkkkk nice
kkkkkkkkkkkkkkkkk'

@Feitozo < , acho que o que ele quer eu jб postei.
Reply
#9

Lol esse lukas ainda copio o post do pharrel -n
Reply
#10

ushaushauhs I got a fan '-'
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)