Qbox-project / qbx_radialmenu

Deprecated. Use ox_lib radial menu directly
GNU General Public License v3.0
9 stars 27 forks source link

fix the action conversion #16

Closed TonybynMp4 closed 1 year ago

TonybynMp4 commented 1 year ago

Fix the action parameter to use local (qbx-radialmenu) functions and fix how it checks for the different options.

Might want an option for exports too i guess, but i don't really see how to do that

BerkieBb commented 1 year ago

The purpose of the action parameter is to execute functions sent through the parameter, not execute an existing function inside the radialmenu resource

TonybynMp4 commented 1 year ago

The purpose of the action parameter is to execute functions sent through the parameter, not execute an existing function inside the radialmenu resource

oh that makes more sense lol

TonybynMp4 commented 1 year ago

The purpose of the action parameter is to execute functions sent through the parameter, not execute an existing function inside the radialmenu resource

Honestly it could do both 🤔 but for now it fixes it anyway