[RELEASE] Simple Teleporting v2.5 | Multiple Teleports | NEW Color Customization Options!

Glad you found it useful!

1 Like

Version 1.2

Changelog

  • Small update for this one, simply added the ability to set the heading of the player when they are teleported. No cars into walls, per @ElusionPDX!
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

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”

image

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

image

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

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

How would I add another teleport?

1 Like

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”

image

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

image

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

I feel dumb now…
Thank you

1 Like

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

xyz.rar (2.0 KB)

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.simpletp%20scripts _resource any idea on what i’m doing wrong?

1 Like

I feel useless as I use the script where I put it

I have the same issue

SimpleTP V 2.0 Update

Changelog

  • Basically completely redid the way I handled teleporting.
  • Easy to customize multiple teleporting locations all from one script
  • Customizable text when the area per teleport.
  • Video tutorial created (currently uploading to YouTube - Will be on the main forum soon!)

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.