This is pretty bad.
function serverCmdStab(%client,%target)
{
if(%client.isadmin)
{
findClientByName(%target).player.kill();
messageAll('',"\c3" @ %client.name @ "\c0 stabbed \c3" @ findClientByName(%target).name @ "\c6.");
}
}
It's pretty much the same thing except it says "stabbed" and doesn't check if the object actually exists, and will display the message even if it didn't kill anyone.