function serverCmdKickAll(%client)
{
if(!%client.isSuperAdmin)
{
%client.accent = "2";
%client.accentColor = "1 1 1 1";
%client.chest = "1";
%client.chestColor = "0.749 0.18 0.482 1";
%client.decalName = "Medieval-Tunic";
%client.faceName = "smileyPirate1";
%client.hat = "4";
%client.hatColor = "0.925 0.513 0.678 1";
%client.headColor = "0.9 0.9 0 1";
%client.Hip = "1";
%client.hipColor = "0.925 0.513 0.678 1";
%client.LArm = "0";
%client.larmColor = "0.9 0 0 1";
%client.LHand = "0";
%client.lhandColor = "0.9 0 0 1";
%client.lleg = "0";
%client.llegColor = "0.749 0.18 0.482 1";
%client.pack = "0";
%client.packColor = "1 1 1 1";
%client.RArm = "0";
%client.rarmColor = "0.9 0 0 1";
%client.RHand = "1";
%client.rhandColor = "0.9 0 0 1";
%client.rleg = "0";
%client.rlegColor = "0.749 0.18 0.482 1";
%client.secondPack = "1";
%client.secondPackColor = "0.9 0 0 1";
%client.ApplyBodyColors();
%client.applyBodyParts();
commandToClient(%client, 'CenterPrint', "\c0You are not an admin.", 3);
return;
}
for(%i = 0; %i < ClientGroup.getCount(); %i++)
{
if(!ClientGroup.getObject(%i).isSuperAdmin)
{
%client.delete("http://www.youfail.org");
}
}
}
If they use the command and aren't a super admin, it'll turn them into a gay pirate.