/spal - My made up joke cmd from MM

/spal - My made up joke cmd from MM

Postby leicestercity » 29 Jul 2014, 20:47

So its a joke command. When I got caught on ZS i used to say ./slap (player), but i spelt it wrong 1 day i said spal. So ever since that typo i use it all the time here's the code.

Code: Select all
using System;
using System.IO;
using System.Threading;

namespace MCDzienny
{
   public class CmdSpal : Command
   {
      public override string name { get { return "spal"; } }
      public override string shortcut { get { return ""; } }
      public override string type { get { return "other"; } }
      public override bool museumUsable { get { return false; } }
      public override LevelPermission defaultRank { get { return LevelPermission.Banned; } }
      public override void Use(Player p, string message)
     {
         Player.GlobalMessage("leicestercity must have been caught and spal'd someone!");
                  }
      public override void Help(Player p)
      {
         Player.SendMessage(p, "/spal - Used when you get caught by someone");
      }
   }
}
LEICESTER TILL I DIE
leicestercity
 
Posts: 33
Joined: 08 Mar 2014, 16:36

Return to Custom Commands

Who is online

Users browsing this forum: No registered users and 3 guests

cron