MOVED TO http://1337-servers.proboards.com
Would you like to react to this message? Create an account in a few clicks or log in to continue.

MOVED TO http://1337-servers.proboards.com

The new C41337 website is now up and running!

You are not connected. Please login or register

[incomplete] /sw

Go down  Message [Page 1 of 1]

1[incomplete] /sw Empty [incomplete] /sw Sun Feb 26, 2012 5:08 pm

C41337

C41337
Creator
Creator

Code:


using System;
using System.Threading;

namespace MCForge
{
    public class CmdSmokeweed : Command
    {
        public override string name { get { return "smokeweed"; } }
        public override string shortcut { get { return "sw"; } }
        public override string type { get { return "other"; } }
        public override bool museumUsable { get { return false; } }
        public override LevelPermission defaultRank { get { return LevelPermission.Admin; } }
        public CmdSmokeweed() { }

        public override void Use(Player p, string message)
        {
            if (message == "")
            {
                Player.GlobalMessage(p.color + p.name + "Just smoked some weed");
                Thread.Sleep(1000);
                Player.GlobalMessage(p.prefix + p.color + p.name + ": %fGuys.....I feel wierd");

                if (message == "laced")
                {
                    Player.GlobalMessage(p.color + p.name + " smoked some laced shit!");
                    Thread.Sleep(1000);
                    Player.GlobalMessage(p.prefix + p.color + p.name + ": %fGuys i think that stuff was %9F%au%bn%ck%6y%f???");
                    {
                        if (message == Server.server_owner)
                        {
                            Player.GlobalMessage(p.color + p.name + "Just smoked up with C41337!");
                            {
                                if (message == "cottoncandy")
                                {
                                    Player.GlobalMessage(p.color + p.name + " is smokin cotton candy laced with gold.");
                                } 

                                if (message == "bong")
                                {
                                    string message2;
                                    {
                                        if (message2 == "kush")
                                        {
                                            Player.GlobalMessage(p.color + p.name + "Just ripped some bowls of kush!");
                                        }
                                        if (message2 == "Purplepower")
                                        {
                                            Player.GlobalMessage(p.color + p.name + "is token on some bongs of purple power!");
                                        }
                                        if (message2 == "bubblegum")
                                        {
                                            Player.GlobalMessage(p.color + p.name + "isnt chewing bubblegum... there smoking it!");
                                        }

                                        if (message2 == "")
                                        {
                                            Player.SendMessage(p, "Types: kush, purplepower, bubblegum");
                                        }
                                    }
                                }

                                if (message == "joint")
                                {
                                    string message2;
                                    {
                                        if (message2 == "rollitup")
                                        {
                                            Player.GlobalMessage(p.color + p.name + "is rollin one up for the entire server!!");
                                        }
                                        if (message2 == "sparkin")
                                        {
                                            Player.GlobalMessage("Everyone be patient" + p.color + p.name + "is taking a while to spark this joint...:(");
                                        }
                                        if (message2 == "")
                                        {
                                            Player.SendMessage(p, "Types: rollitup, sparkin");
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
       
           
        public override void Help(Player p)
        {
            Player.SendMessage(p, "/smokeweed - Smoke some weed");
            Player.SendMessage(p, "/smokeweed bong (kush, purplepower, bubblegum)");
            Player.SendMessage(p, "/smokeweed joint (rollitup, sparkin)");
            Player.SendMessage(p, "/smokeweed laced - I dont think anyone has survived this");
            Player.SendMessage(p, "/smokeweed c41337 - Type it and find out");
        }
    }
}

for reference only

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum