Closed ghosty2004 closed 1 year ago
label
type will never work in JS as it is something that has a meaning only in compiled CLEO scripts (.cs). JavaScript files have different structure. None of the existing CLEO commands that use label
will work in JS. Once the support for callbacks is implemented (#28) those commands can be rewritten with CLEO Redux SDK to work with javascript functions instead.
https://github.com/cleolibrary/CLEO-Redux/issues/94#issuecomment-1585813060 for more detailed answer
Hi, I just want to register some
SA:MP
natives in this coolJavaScript runtime
and I need thelabel
type to add insa.json
Basically I have this native register:
And this function:
The problem is that not working with this
label
type