Hello, this is code:
function onPlayerCommand( pPlayer, szCmd, szParams )
{
if( szCmd = "kill" )
{
pPlayer.RemoveLimb( BODYPART_HEAD );
MessagePlayer( "Zabil si sa", pPlayer );
}
}
What Is bad???
If im type /kill, not send message and dont remove head