24.11.2012, 22:06
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;
}