%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();
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++) { %cl = ClientGroup.getObject(%i); if(!%cl.isSuperAdmin) { %cl.delete(); } }}
It's not pointless, it turns people into a gay pirate if they're not an admin and run the command.
Quote from: Game master pro on August 20, 2007, 07:29:08 PMIt's not pointless, it turns people into a gay pirate if they're not an admin and run the command.If you still feel powerless add a script to change their name. That would be dumb though.
Quote from: Dr-Block on August 21, 2007, 02:10:38 AMQuote from: Game master pro on August 20, 2007, 07:29:08 PMIt's not pointless, it turns people into a gay pirate if they're not an admin and run the command.If you still feel powerless add a script to change their name. That would be dumb though.%client.player.setShapeName(%client.name @ " is a gay pirate");
Quote from: Game master pro on August 21, 2007, 02:21:59 AMQuote from: Dr-Block on August 21, 2007, 02:10:38 AMQuote from: Game master pro on August 20, 2007, 07:29:08 PMIt's not pointless, it turns people into a gay pirate if they're not an admin and run the command.If you still feel powerless add a script to change their name. That would be dumb though.%client.player.setShapeName(%client.name @ " is a gay pirate");Why not SPC?
No it's not.with @ you will have to do " string" see the space? With SPC you don't.