Garry's Mod

Garry's Mod

ATS - Auzlex's Teleport System
 This topic has been pinned, so it's probably important
Auzlex  [developer] 20 Jan, 2016 @ 7:46am
Bug Repots
Please report bugs, or confliction problems here please. :tlove:
< >
Showing 1-15 of 16 comments
never2nv 4 Feb, 2016 @ 7:19am 
I was thinking, since I have a 50 player server, things can get hectic when multiple players, say warp to the same location at once. They get stuck together, sometimes one can crouch jump and get out of it, other times they cannot.

Was wondering if maybe adding in a radius as an OPTIONAL int param when setting up/creating a warp. This way server owners can kinda tailor/customize each of their warps to expand the warping radius of players warping to each location.

AKA servers with warp points in smaller areas and areas with huge, wide open spaces can customize how big the radius when people people warp to that location.

Hope I explained this well enough.

example command with OPTIONAL param:
/setwarp spawn 50 (has a spawning radius of 50)
Last edited by never2nv; 4 Feb, 2016 @ 7:20am
Auzlex  [developer] 4 Feb, 2016 @ 8:18am 
Originally posted by never2nv:
I was thinking, since I have a 50 player server, things can get hectic when multiple players, say warp to the same location at once. They get stuck together, sometimes one can crouch jump and get out of it, other times they cannot.

Was wondering if maybe adding in a radius as an OPTIONAL int param when setting up/creating a warp. This way server owners can kinda tailor/customize each of their warps to expand the warping radius of players warping to each location.

AKA servers with warp points in smaller areas and areas with huge, wide open spaces can customize how big the radius when people people warp to that location.

Hope I explained this well enough.

example command with OPTIONAL param:
/setwarp spawn 50 (has a spawning radius of 50)

I will get on developing it.
never2nv 4 Feb, 2016 @ 4:13pm 
Awesome man, I appreciate it. If you can add a cooldown that would be amazing as well. I was messing around with this after unpacking ur addon but I only know to use like os.time()
EX: if ((os.time()-lastWarpTime)>cooldown) then before executing warps but I'm being an idiot and not sure how to make that just a local int for each player and not a global server-wide cooldown :) I'm a noob with lua/gmod haha

If you have a PayPal up I'd be more than happy to donate for making both of these changes just as a "thank you" cause I really do appreciate it and can learn a lot just by looking at the code :p
Auzlex  [developer] 5 Feb, 2016 @ 7:34am 
Originally posted by never2nv:
Awesome man, I appreciate it. If you can add a cooldown that would be amazing as well. I was messing around with this after unpacking ur addon but I only know to use like os.time()
EX: if ((os.time()-lastWarpTime)>cooldown) then before executing warps but I'm being an idiot and not sure how to make that just a local int for each player and not a global server-wide cooldown :) I'm a noob with lua/gmod haha

If you have a PayPal up I'd be more than happy to donate for making both of these changes just as a "thank you" cause I really do appreciate it and can learn a lot just by looking at the code :p

Great to hear back from you and I’m glad that you are happy with the changes. I will add some more console commands and features for this warp cool down in the future.
Jar Jar Binks ♚ 19 Jul, 2016 @ 12:32am 
how do i set it where users can use warps to
Last edited by Jar Jar Binks ♚; 19 Jul, 2016 @ 12:49am
Auzlex  [developer] 20 Jul, 2016 @ 8:39am 
Originally posted by TG | God ♚:
how do i set it where users can use warps to
Only admins and above can set / delete warps
L00T 4 Jan, 2017 @ 2:40am 
i was wondering if say an admin+ could send a player to a warp (say a Jail warp) and return them (i hope that's not too much of an ask)
Last edited by L00T; 4 Jan, 2017 @ 3:17am
Golden 1 Apr, 2017 @ 9:44pm 
Where do i put the code to make my admins able to create warps?
GK 1 Apr, 2018 @ 9:06pm 
I don't know if this is exclusively a problem on my end and presume this is a bug, but when you have more than 25 save entries in the ats_warpmenu_withdata menu, it only displays 25 entries and requires a random amount of reloading in order to display the rest.
Auzlex  [developer] 2 Apr, 2018 @ 3:16am 
Originally posted by Mr. Timberlain:
I don't know if this is exclusively a problem on my end and presume this is a bug, but when you have more than 25 save entries in the ats_warpmenu_withdata menu, it only displays 25 entries and requires a random amount of reloading in order to display the rest.

Yeah I also noticed the menu wasn't acting properly recently. I was going to get around fixing it soon.
Zoxann 9 Apr, 2018 @ 7:50pm 
[ATS] You have insufficient Permissions to teleport.
Is the error my players that are "User" receive, i've placed it false, and true and other commands that were added .
Only Staff members can use False and True Warps...
It's either i'm missing something or my little "copy" is broken.
Thanks
-Zoxan
Auzlex  [developer] 10 Apr, 2018 @ 12:26pm 
Originally posted by ♦♣ZoxanFifth♠♥:
[ATS] You have insufficient Permissions to teleport.
Is the error my players that are "User" receive, i've placed it false, and true and other commands that were added .
Only Staff members can use False and True Warps...
It's either i'm missing something or my little "copy" is broken.
Thanks
-Zoxan

If using an administration mod such as ULX, you must give the user role/rank the “ats access” for them to even teleport to any destination. “/setwarp <name> <bool>” The bool only defines admin only destinations.


Rixan 6 Jul, 2018 @ 7:10pm 
Hey whenever I set a warp its not showing up and I dont get how to fix it.
MysteriousGirl 31 Oct, 2018 @ 5:30pm 
On the gd_bigcity (game device big city) it wont write the text files in the data folder. It writes it fine on all other maps tho.
VaporatorTheMoist 5 Jan, 2019 @ 10:22am 
[ATS - Auzlex's Teleport System] lua/autorun/server/sv_ats.lua:143: attempt to index global 'sv_atswarp_allply_canteleport' (a nil value)
1. PermissionToTeleport - lua/autorun/server/sv_ats.lua:143
2. Warp - lua/autorun/server/sv_ats.lua:279
3. func - lua/autorun/server/sv_ats.lua:727
4. unknown - lua/includes/extensions/net.lua:32

Every time i try to teleport
< >
Showing 1-15 of 16 comments
Per page: 1530 50