Attach3DTextLabelToPlayer
#5

If i use this:
Код:
dcmd_123(playerid,params[]) 
{
		new PlayerText3D:playertextid;
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid, X, Y, Z);
        playertextid = CreatePlayer3DTextLabel(playerid,"To jest test",0x008080FF,X,Y,Z,40.0);
        Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, -0.4);//error is here
	return 1;
}
but if i use this:
Код:
dcmd_123(playerid,params[]) 
{
		new Text3D:playertextid;
        new Float:X, Float:Y, Float:Z;
        GetPlayerPos(playerid, X, Y, Z);
        playertextid = CreatePlayer3DTextLabel(playerid,"To jest test",0x008080FF,X,Y,Z,40.0);//error is here
        Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, -0.4);
	return 1;
}
Reply


Messages In This Thread
Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 16:24
Re: Attach3DTextLabelToPlayer - by kc - 03.09.2009, 16:37
Re: Attach3DTextLabelToPlayer - by [nl]daplayer - 03.09.2009, 16:38
Re: Attach3DTextLabelToPlayer - by kc - 03.09.2009, 16:41
Re: Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 17:16
Re: Attach3DTextLabelToPlayer - by Misiek - 03.09.2009, 17:32
Re: Attach3DTextLabelToPlayer - by Maniek - 03.09.2009, 17:42
Re: Attach3DTextLabelToPlayer - by playafaller - 03.09.2009, 18:03
Re: Attach3DTextLabelToPlayer - by Tr1viUm - 03.09.2009, 19:27
Re: Attach3DTextLabelToPlayer - by playafaller - 03.09.2009, 20:00

Forum Jump:


Users browsing this thread: 6 Guest(s)