[REL]:kidnap command!

Status
Not open for further replies.

Polomikey

Member
Sep 27, 2010
325
0
Okay so i was bored and stuff , so i guess i would edit up my command :kidnap - When a admin kidnap you , Well i forgot few stuff , but i will fix it later.




PHP:
#region :kidnap <user> //This command was coded by Polomikey ,
case "kidnapping":
    {   
            if (rankManager.containsRight(_Rank, "fuse_administrator_access", userID) == false)
                return false;
            else
            {
                 virtualUser User = userManager.getUser(args[1]);
                 User.sendData("D^" + "H" + Encoding.encodeVL64(_roomID));
                 User.sendData("BK" + "An administrator has kidnapped you.");
                 User.sendData("BK" + "I suggest you , don't talk while you in hostage");
                 User.sendData("BK" + "This will not go well.");
                 Room.sendSaying(roomUser, "*uses their god-like powers to kidnap " + User._Username + "*");
             }
             break;
              }
          #endregion
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Im guessing this is sumwhat similar to the :summon command?

The 'kidnapped' user is teleported to the admin which used the command?
 

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,195
3,906
Lol.. You send it to the current room ID? This is just a summon command, with a few text lines..
 

Polomikey

Member
Sep 27, 2010
325
0
@Sledmore , my old kidnap command was better , ima just stick with that old command , and add some Send user to room lines,
I really needa work on my C# , I will edit the old one.
Closed Thread.
 
Status
Not open for further replies.

Users who are viewing this thread

Top