-
Notifications
You must be signed in to change notification settings - Fork 42
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
radial menu error in console #116
Comments
You need to move that function that was added. It is in the wrong position. |
I found where it needed to go. I didnt know if had to go right above ... local function SetupSubItems() |
what do you mean right above it? |
is ok i figured out what to do |
can you tell me what was the solution to the problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just tried to install this and I am having an error where the radial menu wont open due to an error with the code I added.
Says something about "attempt to call a nil value (global 'AddOption')
It points to the line "garaIndex = AddOption(GaragesMenu, garaIndex)" from the code to be added to radial menu client/main.lua
Any ideas? I updated to the most current version of radial menu as well.
The text was updated successfully, but these errors were encountered: