3DTextLabels.
#1

їComo se crea un 3DTextLabel para un jugador? ya tratй con este ejemplo de Wiki:

pawn Код:
new PlayerText3D:playertextid;
new Float:X, Float:Y, Float:Z;
GetPlayerPos( playerid, X, Y, Z );
playertextid = CreatePlayer3DTextLabel(playerid,"Hello\nI'm at your position",0x008080FF,X,Y,Z,40.0) ;
Pero no funciona. Tambiйn tratй con este otro:

pawn Код:
new Ejem[MAX_PLAYERS];
Ejem[playerid] = Create3DTextLabel("I'm at the coordinates:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0);
Attach3DTextLabelToPlayer(Ejem[playerid], playerid, 0.0, 0.0, 0.7);
їSaben?
Reply
#2

їPara un jugador?

pawn Код:
new Text3D:JugadorNuevo[MAX_PLAYERS];
 
public OnPlayerConnect(playerid)
{
    JugadorNuevo[playerid] = Create3DTextLabel("ЎHola, recien empiezo!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(JugadorNuevo[playerid], playerid, 0.0, 0.0, 0.7);
    return 1;
}
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Reply
#3

Como que no funciona jaja D;

Edit: Estaba buscando en la secciуn de ingles como hacerlo, y la mayorнa de los posts coincidнan en que necesito un streamer.
Reply
#4

usa un printf para testear

pawn Код:
new Text3D:JugadorNuevo[MAX_PLAYERS];
 
public OnPlayerConnect(playerid)
{
    JugadorNuevo[playerid] = Create3DTextLabel("ЎHola, recien empiezo!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(JugadorNuevo[playerid], playerid, 0.0, 0.0, 0.7);
    printf("TextCreado");
    return 1;
}
Reply
#5

Esta bien.
Reply
#6

Quote:
Originally Posted by arturo clark
Посмотреть сообщение
Esta bien.
El texto solo lo pueden ver otros jugadores tu no podras verlo.
Reply
#7

Lunna, para que usas printf? Si no usas parбmetros, usa print
Reply
#8

Quote:
Originally Posted by SuperMarioRol
Посмотреть сообщение
Lunna, para que usas printf? Si no usas parбmetros, usa print
Tomemos en cuenta que estaba dormido xd

Un simple error D:

Saludos
Reply
#9

Como te dijo Lunnatiicz deberнa funcionar, debes tomar en cuenta que tu no verбs tu propio label, osea que testea con otros jugadores o con bots.
Reply
#10

Quote:
Originally Posted by Daniel-92
Посмотреть сообщение
El texto solo lo pueden ver otros jugadores tu no podras verlo.
Eso ya lo se xd

Edit: Si ya funciona.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)