[HELP]3D Text Labels
#2

Put this somewhere in your script(Above the command)
pawn Код:
new al[MAX_PLAYERS]
Then do this in the command under if(PlayerInfo[playerid][aduty] == 0)
pawn Код:
al[playerid] = Create3DTextLabel("((Na Admin Duznosti))", COLOR_ADMIN, 30.0, 40.0, 50.0, 40.0, 0);
Attach3DTextLabelToPlayer(al[playerid], playerid, 0.0, 0.0, 0.5);
Then to delete it:
pawn Код:
Delete3DTextLabel(al[playerid]);
Reply


Messages In This Thread
[HELP]3D Text Labels - by Korisnik - 09.06.2012, 22:37
Re: [HELP]3D Text Labels - by JhnzRep - 09.06.2012, 22:48
Re: [HELP]3D Text Labels - by Korisnik - 09.06.2012, 23:09
Re: [HELP]3D Text Labels - by JhnzRep - 09.06.2012, 23:13

Forum Jump:


Users browsing this thread: 2 Guest(s)