Attach3DTextLabelToPlayer
#7

Quote:
Originally Posted by Wicko
I've noticed a bit of mess with INVALID_3DTEXT_ID and I had to change
Код:
#define INVALID_3DTEXT_ID						(0xFFFF)
To:
Код:
#define INVALID_3DTEXT_ID						Text3D:(0xFFFF)
In order for warnings to stop appearing.
still the same problem

EDIT://
Now no error but not show in game

Код:
//over
new Text3D:playertextid;
//----------------------

dcmd_pokaz(playerid,params[]) {
#pragma unused params
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
playertextid = Create3DTextLabel("test",0x008080FF,0.0,0.0,0.0,40.0,0);
Attach3DTextLabelToPlayer(playertextid, playerid, 0.0, 0.0, 0.0);
return 1;}

dcmd_del(playerid,params[]) {
#pragma unused params
#pragma unused playerid
Delete3DTextLabel(playertextid);
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: 2 Guest(s)