Help with /kill command !
#2

Try this:

pawn Код:
if(strcmp(cmd, "/kill" true) == 0)
    {
        if(DM[playerid] == 1)
        {
            SendClientMessage(playerid, COLOR_RED, " ERROR: This command cannot be used inside the DM area!");
            return 1;
        }
        if(AFK[playerid] == 1)
        {
            SendClientMessage(playerid, COLOR_RED, " ERROR: You cant use this command while being AFK!");
            return 1;
        }
        else
        {
            SetPlayerHealth(playerid, 0);
            return 1;
            }
        }
Let me know if it works or not.
Reply


Messages In This Thread
Help with /kill command ! - by Yaszine - 26.12.2010, 16:25
Re: Help with /kill command ! - by Tutrix - 26.12.2010, 16:29
Re: Help with /kill command ! - by JaTochNietDan - 26.12.2010, 16:30
Re : Re: Help with /kill command ! - by Yaszine - 26.12.2010, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)