Where Have I Gone Wrong?
#6

missing it " ,"
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/kill", cmdtext, true, 5) == 0)
    {
        SetPlayerHealth(playerid, 0);
    }
    return 1;
}
Reply


Messages In This Thread
Where Have I Gone Wrong? - by Montell - 19.06.2012, 22:34
Re: Where Have I Gone Wrong? - by tiernantheman - 19.06.2012, 23:31
Re: Where Have I Gone Wrong? - by Mimic - 20.06.2012, 01:09
Re: Where Have I Gone Wrong? - by [MM]RoXoR[FS] - 20.06.2012, 03:08
Re: Where Have I Gone Wrong? - by Mimic - 20.06.2012, 11:34
Re: Where Have I Gone Wrong? - by Skaizo - 20.06.2012, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)