[RELEASE] Interiors teleportation with GUI | 1.0.0

Anyway to delete the GUI menu so you just walk into the marker and it teles you?

1 Like

Hi can you help me? Im trying to TP vehicles but i can not get i to work. Can you help me? The TP point stops showing when i change to your code. Can you link me with a rar file with a car interior tp script.

The only difference between the original code and mine is adding the native to pull the vehicle you are in aswell, and Iā€™ve just made the teleport circle transparent. You can change the colors via the DrawMarker and make it whatever color you feel :stuck_out_tongue:

I got it to work, but i can not get the circle to get bigger. I manage to make it bigger but the trigger point is still small. You know where you change the trigger point so the menu is opening at a bigger point.

Hey! Im trying to change the colors on each individual marker. For now i only get it to work so i change all off them. Any tips on how i can get it to work?

where did you change the maker color

The line 29 in client.lua :
DrawMarker(1, pos.x, pos.y, pos.z-1, 0, 0, 0, 0, 0, 0, 1.0,1.0,0.5, 255,255,255, 200, 0, 0, 2, 0, 0, 0, 0)
Use a site like http://www.proftnj.com/RGB3.htm to change the decimal color (255,255,255 = withe) so you change it to the color you want like blue = 51,102,204

@TheGamerRespow
How did you get the food and drink in the bottom right???
image

I guessā€¦ by using my own script.

makes alot of senseā€¦ sharesies?

Hello guys, How enable the FadeIn/out effect? It just teleporting me without blackscreen.

1 Like

My menu does not even show up, does someone know the problem?

Did you ever get it to no gui when teleporting?

i managed to fix it, dont know why it wasnt working.

change line 30 @ client.lua

from

if (Vdist(playerPos.x, playerPos.y, playerPos.z, pos.x, pos.y, pos.z) < 1.0) and (not PED_hasBeenTeleported) then

to

if (Vdist(playerPos.x, playerPos.y, playerPos.z, pos.x, pos.y, pos.z) <= 1.0) and (not PED_hasBeenTeleported) then

I have an issue with an IPL, i have the IPL where is the money laundring but when i add the TP it doesnā€™t work ā€¦

ā€“ Argent
[29] = {id = 27, x = 1138.11, y = -3199.117, z = -39.665, name = ā€œSortirā€, destination = {30}},
[30] = {id = 28, x = -405.825, y = -2596.548, z = 8.806, name = ā€œEntrerā€, destination = {29}},

Hi there guys, Iā€™m having an issue adding a teleport pair. Iā€™m running VK_main, fivem-ipl and VK_interiors and have added the following below humane labs in the cfg:

    -- HUMANE LABS
    [10] = {id = 10, x = 3540.859375, y = 3675.7958984375, z = 28.121143341064, h = 166.72660827637, name = "Floor 1", destination = {11}},
    [11] = {id = 11, x = 3540.8566894531, y = 3676.0424804688, z = 20.991781234741, h = 173.42085266113, name = "Floor 3", destination = {10}},

    -- MOTORCYCLE SALES SHOP
    [12] = {id = 10, x = 720.41, y = -2991.18, z = -39.96, name = "Motorcycle Shop", destination = {13}},
    [13] = {id = 11, x = 266.63, y = -1155.51, z = 28.31, name = "Exit", destination = {12}}

There are no teleportation points for either point, however. There are no errors either in client or server terminal.

Can someone tell me what Iā€™m doing wrong? Thanks for your time!

Hello schwimm, you have an error by Motorcycle by id:10 and id:11

1 Like

Having an issue where the menu wont show? Anyone know a fix?

So the circles appear but they donā€™t teleport the player. No idea why that is. Is this not compatible with recent es_extended?

Fix https://www37.zippyshare.com/v/zRzIvB8Z/file.html