3D Text Label above the head
#1

On very top
pawn Код:
new Text3D:mylabel[MAX_PLAYERS];
OnPlayerConnect
pawn Код:
mylabel[playerid] = CreateDynamic3DTextLabel("My text", White, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(mylabel[playerid], playerid, 0.0, 0.0, 0.3);
OnPlayerDisconnect
pawn Код:
DestroyDynamic3DTextLabel(mylabel[playerid]);
Why is nothing appearing? (Testing with 2 players)
Reply


Messages In This Thread
3D Text Label above the head - by rhds - 31.03.2013, 12:46
Re: 3D Text Label above the head - by ACI - 31.03.2013, 12:54
Re: 3D Text Label above the head - by rhds - 31.03.2013, 12:56
Re: 3D Text Label above the head - by Neil. - 31.03.2013, 13:02
Re: 3D Text Label above the head - by ACI - 31.03.2013, 13:02
Re: 3D Text Label above the head - by rhds - 31.03.2013, 13:10
Re: 3D Text Label above the head - by Riddick94 - 31.03.2013, 13:13
Re: 3D Text Label above the head - by rhds - 31.03.2013, 13:14
Re: 3D Text Label above the head - by Neil. - 31.03.2013, 13:14
Re: 3D Text Label above the head - by Riddick94 - 31.03.2013, 13:16

Forum Jump:


Users browsing this thread: 5 Guest(s)