SimpleX
22
Glad you found it useful!
1 Like
How would I go about adding more teleporters then just the one set as when I try the scrip as a whole stops working ? thx
1 Like
SimpleX
25
You could just do the following:
1.) Copy and paste the client.lua file
2.) Rename your new copy to something else, such as “SheriffTP”

3.) Open the __resource.lua file with an editor (or even notepad)

4.) In the __resource.lua do the following:
Replace:
client_script 'client.lua'
With:
client_scripts {'client.lua', 'SheriffTP.lua'}
That should work?
Then just edit the new file with your new coord’s and heading and what not
1 Like
How do i make the circle small?
2 Likes
Whenever i press E it just freezes me and blurres all of my surroundings.
1 Like
SimpleX
28
That’s strange. Sounds like it could be an issue with your GPU. Are there any errors logs given?
1 Like
Well, the script works fine if I don’t change pos1 and 2. I currently getting some shut eye so I will get back to you tomorrow. Thanks for the fast response.
1 Like
Alixify
30
How would I add another teleport?
1 Like
SimpleX
31
You could just do the following:
1.) Copy and paste the client.lua file
2.) Rename your new copy to something else, such as “SheriffTP”

3.) Open the __resource.lua file with an editor (or even notepad)

4.) In the __resource.lua do the following:
Replace:
client_script 'client.lua'
With:
client_scripts {'client.lua', 'SheriffTP.lua'}
That should work?
Then just edit the new file with your new coord’s and heading and what not
Alixify
32
I feel dumb now…
Thank you
1 Like
Alixify
33
When I replaced it, it did not work.
1 Like
Hey search esx_vehicleTeleportPads on github
1 Like
how do I change the location?
if its in the code how do I get coords in game
so this is what i’ve done so far, i’ve updated chords with weed farm to be in the grapeseed boat house. i’m using the chords provided by bob_74ipl loader as position 2, and using chords i get from vMenu as position 1, the teleport circles either don’t show up, or when i try to port from position 1, it does the port transition, but keeps me at position 1 instead of going to position 2.
any idea on what i’m doing wrong?
1 Like
I feel useless as I use the script where I put it
I’ve completely redone the code. You can now have all the locations in one spot. I recommend checking out the new 2.0 version. Sorry it took me so long to handle these requests for multiple TP locations.