09.06.2012, 22:48
Put this somewhere in your script(Above the command)
Then do this in the command under if(PlayerInfo[playerid][aduty] == 0)
Then to delete it:
pawn Код:
new al[MAX_PLAYERS]
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);
pawn Код:
Delete3DTextLabel(al[playerid]);