Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Teleport still need help
#1
Question 
Anyone know how to make a teleport so that i type !teleport NAME and they come to me? only for me and someone else using
Code:
if(Client.XUID == "blah")
--------------------------------------------------------
NOT IMPOSSIBRUUUUH BUT NOONE ANSWERS Sad
Reply

#2
Some one else has a name, (Me xD)
And btw I thought a topic was made for this with a plugin, but u want a code I think
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#3
its a great game.. why it sso bad ?
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#4
Still noone answer?
[Image: 24gu1a8.png]
Reply

#5
Hmmm I think it's something to do with SetOrigin or something like that need to check my qczm later.
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#6
Ehh.... okey

anyone know?
[Image: 24gu1a8.png]
Reply

#7
(11-24-2012, 19:47)koro35 Wrote: Ehh.... okey

anyone know?

Dunno if this helps, but this code is from bigadmin, anyway this can be integrated with this? http://www.itsmods.com/forum/Thread-Rele...orter.html

Code:
case "move":
          if (admin.permission(cmd, flags))
          {
            if (this.getcl(num, index1) != -1)
            {
              if (this.grouprank[this.permissiongroup[this.GetClient(num).get_XUID()]] <= this.grouprank[this.permissiongroup[this.GetClient(this.getcl(num, index1)).get_XUID()]])
              {
                this.GetClient(this.getcl(num, index1)).set_OriginX(this.GetClient(num).get_OriginX());
                this.GetClient(this.getcl(num, index1)).set_OriginY(this.GetClient(num).get_OriginY());
                this.GetClient(this.getcl(num, index1)).set_OriginZ(this.GetClient(num).get_OriginZ());
              }
              else
                this.TellClient(num, this.main_msg["clientmoreorsamepower"].Replace("<PLAYER_NAME>", this.GetClient(this.getcl(num, index1)).get_Name().Replace("'", "?")), true);
            }
            streamWriter.WriteLine("Success.");
            break;
          }
          else
            goto case "noperm";
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#8
http://www.itsmods.com/forum/Thread-Rele...lugin.html

created for your request Tongue
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Make area detect. flag Teleport lewisbibo 4 5,198 10-12-2013, 18:10
Last Post: EnVi Sweden Rocks
  Help bunkers,tex, glusses and Flags teleport funny 4 3,690 01-28-2013, 21:57
Last Post: 99IRock
  [Release] Teleport plugin 8q4s8 15 11,308 12-01-2012, 13:46
Last Post: koro35
  Preview Teleport plugin [Z00MBY] Alex 12 9,114 09-06-2012, 13:13
Last Post: jari333
  Help with teleport code sac0o01 2 2,385 05-28-2012, 18:22
Last Post: sac0o01
  [Request] Teleport other CJGreenLabel 1 1,878 03-14-2012, 14:41
Last Post: choppson
  administrative teleport Camelot 1 1,857 03-13-2012, 21:59
Last Post: OrangePL
  [Unapproved] new teleport number1 9 4,923 06-18-2011, 12:18
Last Post: aosma8
  Teleport sniper MoD djlory3000 7 5,199 06-16-2011, 07:54
Last Post: d0h!
Wink [Request] teleport sniper mod djlory3000 3 2,452 06-12-2011, 15:37
Last Post: rotceh_dnih

Forum Jump:


Users browsing this thread:
2 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2025 Melroy van den Berg.