Author Topic: How to make a teleport through a command?  (Read 1119 times)

CANYON

  • Newbie
  • *
  • Posts: 29
  • Karma: +1/-0
    • View Profile
How to make a teleport through a command?
« on: August 23, 2012, 01:43:00 am »
How to make a teleport through a command?

Rocky

  • Full Member
  • ***
  • Posts: 105
  • Karma: +5/-3
    • View Profile
Re: How to make a teleport through a command?
« Reply #1 on: August 23, 2012, 04:30:09 am »
Code: [Select]
if( cmd == "tp" )
{
       player.Pos = Vector( x, y, z); //edit location.
       MessagePlayer("Teleported you!");
}
Look for lu server testers, Requirements are:
English good enough to communicate.
Good knowledge about gaming.

PM me those who are interested.

 

© Liberty Unleashed Team.