attempt to get length of a nil value (field 'animation')

I have a Problem and I don't know how to fix it. When trying to access the animations menu, the menu wont open. Then closes completely it wont answer anymore until I restart it.

The console spits out this:

SCRIPT ERROR: @krz_personalmenu_master/client/main.lua:845: attempt to get length of a nil value (field 'animation')

Here is the part of the script it states in the error:

function RenderAnimationMenu() RageUI.DrawContent({header = true, instructionalButton = true}, function() for i = 1, #RMenu['animation'], 1 do RageUI.Button(RMenu['animation'][i].Menu.Title, nil, {RightLabel = "→→→"}, true, function() end, RMenu['animation'][i].Menu) end end) end 

I tried to access the Animation Menu in the Personal Menu.

1

Related questions 24 Rate limit in nginx based on http header 6 Limit Nginx max concurrent connections 1 Nginx: dynamic rate limit Related questions 24 Rate limit in nginx based on http header 6 Limit Nginx max concurrent connections 1 Nginx: dynamic rate limit 1 nginx as rate limiter based on http body 1 Nginx "auth_request" like option for rate limiting 3 Use NGINX Rate Limiting with tokens 1 How to limit 1 request at a time per client? 4 Rate Limiting on NGINX using POST args 2 NGINX enable rate limiting only on successful requests 2 Nginx: How to properly setup rate limiting? Load 7 more related questions Show fewer related questions

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like