new accname[MAX_PLAYER_NAME]; GetPlayerName(playerid, accname, sizeof(accname)); if(!strcmp(accname, "THENAME", true)) { //3d text label code here }