By Maximus7474
If you like this resource please drop a star, it's always appreciated and gives motivation to continue !
⚠️ If you are not planning on developping this script download the latest release.
Preview:
Without access the panel doesn't allow the user to access the elevator, if he has access the light is then green and he can move around freely
client/modules/targets
client/modules/zones
but it is handled by ox_lib
All configuration actions are available in the config.lua file. To add more elevators copy the template and alter the values by respecting the structure, not respecting it will lead to errors and the resource not working properly.
{ ["jobname"] = minimum_rank, ["job2name"] = minimum_rank }
with minimum_rank being an integer{ "jobname", "job2name" }
making only the job required regardless of the rankfalse
to disable all restrictionsQ: Why does my character/vehicle drop when changing floor
A: You copy pasted the raw coords from a character position, this is 0.98 distance units above the ground. Either add - 0.98
after the z coordinate or subtract it from it.