Lua coding xd

Hello, i started coding(trying) and i don’t know how to make checkbox to enable like killsay/clantag
can someone help me?:smiley:

1 Like

https://www.lua.org/start.html

1 Like

Neverlose lua api is very well documented you can find it here: https://github.com/neverlosecc/api-documentation. For what you want they have an example of a checkbox in the above GitHub here is a link to it if you need help finding it: https://github.com/neverlosecc/api-documentation/blob/master/examples/menu_elements.md. As for the killsay you can have a look at one of the other examples “talkonkill.md” that should help you accomplish your goal. For the clantag changer again check the examples. I would recommend giving the whole repository a read through should give you a good start point.

Lua is a high level scripting language you should have not have to much difficulty figuring it out from experimentation. If you do find your self stuck stackoverflow is helpful or if you prefer the lua docs.

Good luck with your scripting endeavors.

2 Likes

dude what a great reply like I am honored to look at it

1 Like