Sandbox+ for SRTT

Since it seems that I won't be able to fix my dynamic weapon changer posted few pages back, I might at least provide some more teleport locations (a.k.a. guide to Steelport's unmarked interiors)

Code:
local tposx,tposy,tposz = (1056.309 - Dock_Posx), (-610.018 - Dock_Posy), 12.04
teleport_to_object(LOCAL_PLAYER, "Dock_Purchase", false, false, tposx , tposz, tposy , false)
sandboxplus_message("Teleported to Technically Legal")
 
local tposx,tposy,tposz = (-267.755 - Dock_Posx), (347.944 - Dock_Posy), 12.154
teleport_to_object(LOCAL_PLAYER, "Dock_Purchase", false, false, tposx , tposz, tposy , false)
sandboxplus_message("Teleported to Broken Shillelagh")
 
local tposx,tposy,tposz = (-412.842 - Dock_Posx), (-147.933 - Dock_Posy), 11.779
teleport_to_object(LOCAL_PLAYER, "Dock_Purchase", false, false, tposx , tposz, tposy , false)
sandboxplus_message("Teleported to STAG PR Center")
 
local tposx,tposy,tposz = (1757.070 - Dock_Posx), (-310.287 - Dock_Posy), 4.307
teleport_to_object(LOCAL_PLAYER, "Dock_Purchase", false, false, tposx , tposz, tposy , false)
sandboxplus_message("Teleported to Smiling Jack's")
 
local tposx,tposy,tposz = (383.956 - Dock_Posx), (-89.2431 - Dock_Posy), 12.162
teleport_to_object(LOCAL_PLAYER, "Dock_Purchase", false, false, tposx , tposz, tposy , false)
sandboxplus_message("Teleported to the unnamed store")
 
Since it seems that I won't be able to fix my dynamic weapon changer posted few pages back, I might at least provide some more teleport locations (a.k.a. guide to Steelport's unmarked interiors)

Groovy. Will definitely add these in.
 
Teleports from BadMad are in, and also new commands to repair vehicle and make vehicle invulnerable (can you tell I love GTAIV simple trainer yet?) ;)
 
If you want BadMadScientist teleports now without waiting when IdolNinja upload new version but you can not add it into your "sr3_city.lua" file, I am sending new version of Sandbox+ created by me what includes that teleports:
 

Attachments

  • Sandbox+ .40 with new teleports.rar
    26.8 KB · Views: 408
Alpha .41 released

Changelog

* Added 3 new special commands
CTRL + HOME = Repair current vehicle
CTRL + PGUP = Set current vehicle invulnerable/vulnerable
R + INSERT = Add $10,000

* Added 5 new teleports thanks to BadMadScientist (with a few tweaks)
X + END = Teleport to STAG PR Center Lobby from Nyte Blade Returns
X + RIGHT = Teleport to Technically Legal
X + LEFT = Teleport to Broken Shillelagh
X + DOWN = Teleport to Smiling Jacks
X + UP = Teleport to Corner Store (from Nyteblade Returns cutscene)

* Shuffled around many of the existing key combos so that things are more logically grouped together (this will likely keep changing until the beta so don't bother trying to memorize them!)

* Changed error messages to be more descriptive when trying to use teleport remote player commands in single player

* Tutorials popups are now disabled by default
 
Back
Top