i have make this 3d label but i dont how to make the 3d label attach to admin exp:if admin login it show the 3d label to player
PHP Code:
new string[MAX_PLAYER_NAME];
new Text3D:PlayerLabel[MAX_PLAYERS];
format(string,sizeof(string),"[Admin] %s",pName(playerid));
PlayerLabel[playerid] = Create3DTextLabel(string, COLOR, 0.0, 0.0, 0.0, 20.0, 0, 1);
Attach3DTextLabelToPlayer(PlayerLabel[playerid], playerid, 0.0, 0.0, 0.3);