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


Messages In This Thread
3DTextLabels. - by arturo clark - 14.05.2011, 03:53
Respuesta: 3DTextLabels. - by Lunnatiicz - 14.05.2011, 03:59
Re: 3DTextLabels. - by arturo clark - 14.05.2011, 04:57
Respuesta: 3DTextLabels. - by Lunnatiicz - 14.05.2011, 05:31
Re: 3DTextLabels. - by arturo clark - 14.05.2011, 05:33
Respuesta: Re: 3DTextLabels. - by Daniel-92 - 14.05.2011, 14:55
Respuesta: 3DTextLabels. - by SuperMarioRol - 14.05.2011, 21:04
Respuesta: 3DTextLabels. - by Lunnatiicz - 14.05.2011, 21:26
Respuesta: 3DTextLabels. - by Code8976Man - 14.05.2011, 21:59
Re: Respuesta: Re: 3DTextLabels. - by arturo clark - 15.05.2011, 00:01

Forum Jump:


Users browsing this thread: 1 Guest(s)