04.06.2012, 02:44
pawn Код:
CMD:kill( playerid, params[ ] )
{
SetPlayerHealth( playerid, 0 );
SendClientMessage( playerid, -1, "You just commit suicide!" );
return 1;
}
EDIT: it's like 2 seconds difference between mine and the above post
but it shows 1 min because I was writing it on 55 seconds and I posted it on the next minute. I am 5 seconds late 
-FalconX


