Animation Menu
REQUIREMENTS
https://github.com/codeaftersex/cas_fwlibs
Installation
Download the purchased file from Keymaster.
Extract the contents from the
.zipfile.Move the extracted folder into your
resourcesdirectory.Add the following line to your
server.cfg:ensure cas-animationmenuRestart your server.
You're good to go! π
RADIAL MENU Integration
Add the following code at the bottom of your radial menu's config.lua:
exports("getAvailableIndex", function()
return #Config.MenuItems
end)β Make sure your radial menu starts before the animation menu in your
server.cfg.
After adding the code, restart your server to apply the changes.
π§ Radial Menu Integration (config.lua)
config.lua)β Don't forget to apply the same logic inside your
radialmenuConfig.luafile as well.
β οΈ If you are not using
cas-radialmenu, replace it with the name of your own radial menu resource.
YOU ARE READY!
Last updated