if(strcmp(cmd, "/mask", true) == 0) { if ([your stuff that checks it is hitman]) { ShowPlayerNameTagForPlayer(i, playerid, 0); } return 1; }