how to make a /kill?
#2

I don't know if you're using these PVars, so a simple /kill command would be
pawn Код:
CMD:kill( playerid, params[ ] )
{
    SetPlayerHealth( playerid, 0.0 );
    return 1;
}
Reply


Messages In This Thread
how to make a /kill? - by DerickClark - 24.11.2012, 21:50
Re: how to make a /kill? - by Konstantinos - 24.11.2012, 22:06
Re: how to make a /kill? - by Channeru - 24.11.2012, 22:35

Forum Jump:


Users browsing this thread: 1 Guest(s)