This is from a mod i was making and going to send it to  my freind that scripts but failed Epicly. Cus he was drunk and messed it up!!
//KillMod
//Help
function serverCmdKillMe(%client)
    {
        messageClient(%client,'','\c6WaysToKillYourself!');
   messageClient(%client,'','\c6/Nade');
   messageClient(%client,'','\c6/HeadShot');   
   messageClient(%client,'','\c6/BreakLegs');
}
function serverCmdNade(%client)
   }
   projectileShapeName = "./hegrenadeProjectile.dts";
   directDamage        = 0;
   directDamageType  = $DamageType::hegrenadeDirect;
   radiusDamageType  = $DamageType::hegrenadeRadius;
   impactImpulse      = 200;
   verticalImpulse      = 200;
   explosion           = hegrenadeExplosion;
   //particleEmitter     = hegrenadeTrailEmitter;
   brickExplosionRadius = 10;
   brickExplosionImpact = false; //destroy a brick if we hit it directly?
   brickExplosionForce  = 25;             
   brickExplosionMaxVolume = 100;          //max volume of bricks that we can destroy
   brickExplosionMaxVolumeFloati ng = 60;  //max volume of bricks that we can destroy if they aren't connected to the ground (should always be >= brickExplosionMaxVolume)
}
//End And failed !!