This script was just made because i had nothing to do, if you want teleporters to interiors etc. You could use this script and specify a job if you would like only an certain job to access it, easy configurable in config.lua.
If you find any bug feel free to comment down below.
Did any one have this working every time i go in to a map building whitch it base under the ground it TP’s me and car on top of ground and not in building under the ground please help here
Hello, first of all thank you for this great contribution.
And now I wanted to ask you if there is a way instead of leaving the message floating on the marker, you can put the typical message up on the left “Press [Symbol E key] to move”.
From what I’ve seen in the plugins that include it, the function is
function alert(msg)
SetTextComponentFormat("STRING")
AddTextComponentString(msg)
DisplayHelpTextFromStringLabel(0,0,1,-1)
end
It would be great to be able to implement it in this way, if someone knew how to do it, I would appreciate it.