Help with CMD
#2

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;
}
Reply


Messages In This Thread
Help with CMD - by Strech - 03.06.2012, 19:53
Re: Help with CMD - by Infinity90 - 03.06.2012, 20:41

Forum Jump:


Users browsing this thread: 1 Guest(s)