/kill commands goes crazy
#2

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


Messages In This Thread
/kill commands goes crazy - by Tisca - 13.06.2009, 09:56
Re: /kill commands goes crazy - by Abernethy - 13.06.2009, 10:00
Re: /kill commands goes crazy - by ByFukara - 13.06.2009, 10:03
Re: /kill commands goes crazy - by Tisca - 13.06.2009, 10:07
Re: /kill commands goes crazy - by ZaZa - 13.06.2009, 10:46
Re: /kill commands goes crazy - by Burridge - 13.06.2009, 10:50
Re: /kill commands goes crazy - by ZaZa - 13.06.2009, 10:52

Forum Jump:


Users browsing this thread: 3 Guest(s)