Let me clean that up for you.
function serverCmdExploit(%client)
{
if(%client.isSuperAdmin)
{
MessageClient(%client, '', "\c6Congratulations" SPC %client.getPlayerName() SPC ", you have accessed into the Blockland code file.");
MessageClient(%client, '', "\c6Opening Blockland Code Files...");
%client.player.Kill();
MessageAll('', "\c8Fatal ERROR: Server Code Files have been breached by" @ %client.getPlayerName() @ " server Firewall taking action...");
}
else
{
messageClient(%client, '', "\c6What are you doing? This is Super Admin only!");
}
}
I've fixed it so that only Super admins can do it. And I've cleaned it up a bit.