command isint working
#2

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


Messages In This Thread
command isint working - by ancezas - 02.01.2013, 20:09
Re: command isint working - by aslan890 - 02.01.2013, 20:16
Re: command isint working - by aslan890 - 02.01.2013, 20:22

Forum Jump:


Users browsing this thread: 1 Guest(s)