LUA Samp Autocomplete is an autocomplete plugin for Acode built specifically for MoonLoader / MonetLoader script development.
Instead of constantly switching to documentation to look up an opcode or function, just type the function name in the editor and let autocomplete do the rest.
- Download the autocomplete files.
- Open Acode.
- Copy the files to the appropriate autocomplete directory.
- Restart Acode.
- Start writing Lua code.
Type function → Autocomplete appears → Pick a snippet → Tab through parameters → Keep coding
|
Every function comes with parameters ready to fill in. createChar(${1:modelId}, ${2:x}, ${3:y}, ${4:z})Just press Tab to jump between parameters. |
Each suggestion is tagged with a category, making them easier to tell apart.
|
|
Short descriptions are shown right inside the autocomplete, so you don't need to keep opening external docs. |
Designed specifically for the Lua coding workflow on Android using Acode. |
Currently featuring 1,953 entries.
| Category | Entries | Examples |
|---|---|---|
| 🔴 Func | 1,721 | addArmourToChar, givePlayerMoney, giveWeaponToChar |
| ⚫ Other | 213 | wait, setClipboardText, lua_thread.create |
| 🔴 Lib | 19 | sampev, mimgui, raknet |
| TOTAL | 1,953 | — |
| Platform | Support |
|---|---|
| 📱 Acode | ✅ Supported |
| 🎮 MoonLoader | ✅ Supported |
| 🎮 MonetLoader | ✅ Supported |
