frustrated over this, please help me!
#6

Maybe try this:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp(cmdtext, "/ahelp", true) == 0) // ----------GUNZ COMMAND JUST FOR ADMIN
    {
        if (gTeam[playerid] == TEAM_COP)
        {
            SendClientMessage(playerid,COLOR_LIGHTBLUE, "A FEW ADMIN COMMANDS");
            return 1;
        }
        else SendClientMessage(playerid, 0xFF0000AA, "Only COP are authorized to use this command!");
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
frustrated over this, please help me! - by killdahobo99 - 27.07.2009, 21:02
Re: frustrated over this, please help me! - by MadeMan - 27.07.2009, 21:12
Re: frustrated over this, please help me! - by killdahobo99 - 27.07.2009, 21:15
Re: frustrated over this, please help me! - by MadeMan - 27.07.2009, 21:16
Re: frustrated over this, please help me! - by killdahobo99 - 27.07.2009, 21:16
Re: frustrated over this, please help me! - by MadeMan - 27.07.2009, 21:20
Re: frustrated over this, please help me! - by paytas - 27.07.2009, 21:20

Forum Jump:


Users browsing this thread: 3 Guest(s)