Simple warning
#2

That warning means you're missing a (non-optional) parameter in that function, which in this case is playerid.
pawn Код:
if (strcmp("/kill", cmdtext, true) == 0)
    {
        SetPlayerHealth(playerid,0);
        return 1;
    }
Reply


Messages In This Thread
Simple warning - by Ben7544 - 16.02.2013, 16:41
Re: Simple warning - by DaRk_RaiN - 16.02.2013, 16:42
Re: Simple warning - by B-Matt - 16.02.2013, 16:44
AW: Simple warning - by Blackazur - 16.02.2013, 16:47

Forum Jump:


Users browsing this thread: 1 Guest(s)