03.06.2012, 20:41
Here,
pawn Код:
if (strcmp("/mask", cmdtext, true) == 0)
{
// Add your Hitman Agency Function here
ShowPlayerNameTagForPlayer(playerid, false);
return 1;
}
if (strcmp("/maskoff", cmdtext, true) == 0)
{
// Add your Hitman Agency Function here
ShowPlayerNameTagForPlayer(playerid, true);
return 1;
}

