We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SCRIPT ERROR: @esx_doorlock/client/main.lua:85: attempt to compare number with nil
Here is line 85-86: if v.distanceToPlayer and v.distanceToPlayer < v.maxDistance then local size, displayText = 1, _U('unlocked')
The text was updated successfully, but these errors were encountered:
add distance in config.lua worked for me
Sorry, something went wrong.
So maxDistance = 2.5, or so distance = 2.5,
No branches or pull requests
SCRIPT ERROR: @esx_doorlock/client/main.lua:85: attempt to compare number with nil
Here is line 85-86:
if v.distanceToPlayer and v.distanceToPlayer < v.maxDistance then
local size, displayText = 1, _U('unlocked')
The text was updated successfully, but these errors were encountered: