Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tankode/fivem-lua-sdk
This is a LUA SDK for the FiveM mod.
https://github.com/tankode/fivem-lua-sdk
fivem gta gta5 gtav intellij intellij-idea lua mod sdk
Last synced: 4 months ago
JSON representation
This is a LUA SDK for the FiveM mod.
- Host: GitHub
- URL: https://github.com/tankode/fivem-lua-sdk
- Owner: TanKode
- License: mit
- Created: 2017-06-11T13:12:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T19:32:55.000Z (over 1 year ago)
- Last Synced: 2024-10-09T18:23:38.748Z (4 months ago)
- Topics: fivem, gta, gta5, gtav, intellij, intellij-idea, lua, mod, sdk
- Language: Lua
- Homepage:
- Size: 310 KB
- Stars: 36
- Watchers: 6
- Forks: 38
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FiveM LUA SDK
[FiveM Forum](https://forum.fivem.net/t/documented-fivem-lua-sdk/25957)
## Usage
If you use [IntelliJ IDEA](https://www.jetbrains.com/idea) you have to install the [LUA Plugin](https://plugins.jetbrains.com/plugin/5055-lua). Via *Project Structure* => *SDKs* you can add the path to this SDK. After this you have to restart your IDE to reload the external libraries. From this point you will get all the functions as autocomplete and with a link to the SDK documentation.## Sources
* https://runtime.fivem.net/doc/reference.html
* https://wiki.fivem.net/wiki/Server_functions
* https://wiki.fivem.net/wiki/Client_functions