-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
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
Error loading script server/main.lua in resource skincreator: #31
Comments
Hi, not sure if this has something to do with Linux, but you get an error on the function to create admin/player commands. |
I've got the same error but without line of failure. I tried to change the admin command creation and it would not fix it. UPDATE: Also that could be caused by the nesting of 2 wild card paths. -> Replace the: With (FIY if the resources have changed on further commits): |
No its because es_extended doesnt have RegisterCommand ESX.RegisterCommand = function(name, group, cb, allowConsole, suggestion)
end and add this in es_extended/server/common.lua ESX.RegisteredCommands = {} and its fixed |
I am getting this error everything is setup correctly.
Using Linux
The text was updated successfully, but these errors were encountered: