You are viewing our Forum Archives. To view or take place in current topics click here.
Teleporting Code
Posted:

Teleporting CodePosted:

TTG_Nlmizter
  • Challenger
Status: Offline
Joined: Dec 15, 200915Year Member
Posts: 191
Reputation Power: 12
Status: Offline
Joined: Dec 15, 200915Year Member
Posts: 191
Reputation Power: 12
Here is The Code To Teleport Anywhere on the Map put this in your patch_mp.ff
doTeleport()
{
        self endon ( "disconnect" );
        self endon ( "death" );
        self notifyOnPlayerCommand("dpad_up", "+actionslot 1");

        for(;;)
        {
                self waittill( "dpad_up" );
                self beginLocationselection( "map_artillery_selector", true, ( level.mapSize / 5.625 ) );
                self.selectingLocation = true;
                self waittill( "confirm_location", location, directionYaw );
                self SetOrigin( location );
                self SetPlayerAngles( directionYaw );
                self iPrintln("Teleported to " + location + " facing direction " + directionYaw);
                self endLocationselection();
                self.selectingLocation = undefined;
        }
}




Last edited by TTG_Nlmizter ; edited 1 time in total
#2. Posted:
TTG_Livodazza
  • TTG Senior
Status: Offline
Joined: Jun 12, 200915Year Member
Posts: 1,766
Reputation Power: 134
Status: Offline
Joined: Jun 12, 200915Year Member
Posts: 1,766
Reputation Power: 134
Great Post thanks needed this shall be fun
#3. Posted:
OopZ
  • TTG Contender
Status: Offline
Joined: Jan 01, 201015Year Member
Posts: 3,163
Reputation Power: 165
Status: Offline
Joined: Jan 01, 201015Year Member
Posts: 3,163
Reputation Power: 165
This could really creep people out. Is it easy to choose your location where you wanna end up?
#4. Posted:
Macadelic
  • TTG Fanatic
Status: Offline
Joined: Dec 12, 200915Year Member
Posts: 4,325
Reputation Power: 195
Status: Offline
Joined: Dec 12, 200915Year Member
Posts: 4,325
Reputation Power: 195
Yeha, it comes up like precision airstrike and whereever you pick you'll go there
#5. Posted:
CBreezy
  • TTG Commander
Status: Offline
Joined: Dec 15, 200915Year Member
Posts: 6,437
Reputation Power: 346
Status: Offline
Joined: Dec 15, 200915Year Member
Posts: 6,437
Reputation Power: 346
Lukieee wrote Yeha, it comes up like precision airstrike and whereever you pick you'll go there



Thats soo cool. 8)
#6. Posted:
iDave
  • TTG Addict
Status: Offline
Joined: Dec 11, 200915Year Member
Posts: 2,279
Reputation Power: 168
Status: Offline
Joined: Dec 11, 200915Year Member
Posts: 2,279
Reputation Power: 168
JTag only again?
#7. Posted:
WCDT-
  • Retired Staff
Status: Offline
Joined: Nov 13, 200915Year Member
Posts: 3,560
Reputation Power: 1380
Motto: that dumb jerk james done lost his dang mind
Motto: that dumb jerk james done lost his dang mind
Status: Offline
Joined: Nov 13, 200915Year Member
Posts: 3,560
Reputation Power: 1380
Motto: that dumb jerk james done lost his dang mind
Yeah saw that code on that other site to but didnt bother to post since its not my work but it is very helpful. Here is a video of it in use and no this is not my video


Last edited by WCDT- ; edited 1 time in total
#8. Posted:
Joe
  • TTG Addict
Status: Offline
Joined: Jun 17, 200915Year Member
Posts: 2,281
Reputation Power: 127
Status: Offline
Joined: Jun 17, 200915Year Member
Posts: 2,281
Reputation Power: 127
NICE!!

Thanks for post.
#9. Posted:
TTG_Dave
  • Prospect
Status: Offline
Joined: Dec 20, 200915Year Member
Posts: 654
Reputation Power: 86
Status: Offline
Joined: Dec 20, 200915Year Member
Posts: 654
Reputation Power: 86
yes dave jtag only
any idea what this is like online anyone? i might waste a kv one day
#10. Posted:
TTG_CoNz
  • Wise One
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 566
Reputation Power: 67
Status: Offline
Joined: Mar 04, 201014Year Member
Posts: 566
Reputation Power: 67
nice but must piss people off just teleporting everywere but fun
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.