• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

PS3 Gsc teleporting codes?

Marcus-swifty

Active Poster
Active Member
Okaii ive really not been active on this site last phew days and if you wanna know why then its because im on a holiday and there is no internet and the mobileinternet which im using now costs me about 1 pound per 20 second :/ so but its worth it for this! I need some help with the teleporting codes for bo2 but im sure the teleport codes are the same for any cod games..



So does anyone know if im gonna teleport to x=0 y=0 z=0 how do i write that? I know as of for now that its

Teleport(Origin)
{
Self SetOrigin(Origin)
}

But i cant find a way to make me teleport to anywhere ive tried to replace origin with 0,0,0 but it doesnt work so does anyone know? As long as you have how its done for location 0.0.0 ill take the rest from there.. Any help is appreciated more then you know :)
 
doTeleport()
{
self beginLocationselection( "map_mortar_selector", 800 );
self.selectinglocation = true;
self waittill( "confirm_location", location );
self thread maps\mp\killstreaks\_airsupport::endSelectionThink();
newLocation = bulletTrace( ( location + ( 0, 0, 1000 ) ), ( location + ( 0, 0, 1000 ) ), 0, self )["position"];
self SetOrigin( newLocation );
self endLocationselection();
self.selectingLocation = undefined;
}

No tut from me because I'm not into gsc coding but I found this its a custom teleport you have to do yourself hope you can get it working or some further help.
 
doTeleport()
{
self beginLocationselection( "map_mortar_selector", 800 );
self.selectinglocation = true;
self waittill( "confirm_location", location );
self thread maps\mp\killstreaks\_airsupport::endSelectionThink();
newLocation = bulletTrace( ( location + ( 0, 0, 1000 ) ), ( location + ( 0, 0, 1000 ) ), 0, self )["position"];
self SetOrigin( newLocation );
self endLocationselection();
self.selectingLocation = undefined;
}

No tut from me because I'm not into gsc coding but I found this its a custom teleport you have to do yourself hope you can get it working or some further help.

i already got it bro and this doesnt work on zombies btw lol but dont worry i got it ;)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: QM|T_JinX has joined the room.
      Back
      Top