14.05.2011, 03:53
їComo se crea un 3DTextLabel para un jugador? ya tratй con este ejemplo de Wiki:
Pero no funciona. Tambiйn tratй con este otro:
їSaben?
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) ;
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);