What the fu*k is wrong with that shit?!
#4

You're using the wrong brace (should be parenthesis). Also forgot a return.
pawn Код:
COMMAND:makemeadmin(playerid, params[])
{
    if(IsPlayerAdmin(playerid))
    {
        PlayerInfo[playerid][pAdminLevel] = 6;
        SendClientMessage(playerid, COLOR_WHITE, "You are now level 6 admin!");
    }
    else SendClientaMessage(playerid, COLOR_WHITE, "You can't do this!");
    return 1;
}
Reply


Messages In This Thread
What the fu*k is wrong with that shit?! - by sekol - 18.01.2011, 08:45
Re: What the fu*k is wrong with that shit?! - by Karlip - 18.01.2011, 08:47
Re: What the fu*k is wrong with that shit?! - by sekol - 18.01.2011, 08:48
Re: What the fu*k is wrong with that shit?! - by Grim_ - 18.01.2011, 08:49
Re: What the fu*k is wrong with that shit?! - by sekol - 18.01.2011, 08:51

Forum Jump:


Users browsing this thread: 1 Guest(s)