What's wrong? /kill command
#1

When I use /kill my server says it is a uknown command

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


Messages In This Thread
What's wrong? /kill command - by JEkvall95 - 24.07.2013, 06:26
Re: What's wrong? /kill command - by ThePhenix - 24.07.2013, 06:32
Re: What's wrong? /kill command - by JEkvall95 - 24.07.2013, 06:36
Re: What's wrong? /kill command - by Tayab - 24.07.2013, 06:44
Re: What's wrong? /kill command - by JimmyCh - 24.07.2013, 07:39
Re: What's wrong? /kill command - by Scottas - 24.07.2013, 07:42
Re: What's wrong? /kill command - by JEkvall95 - 25.07.2013, 07:00
Re: What's wrong? /kill command - by Threshold - 25.07.2013, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)