2022-03-04 11:15:47 +11:00
|
|
|
<div align='center'><h1><a href='https://overextended.github.io/docs/'>Documentation</a></h3></div>
|
|
|
|
|
<br>
|
|
|
|
|
|
2022-02-28 14:17:25 +11:00
|
|
|
## Lua Library for FiveM
|
2022-07-05 05:17:52 +10:00
|
|
|
|
2021-11-16 11:15:59 +11:00
|
|
|
FXServer provides its own system for including files, which we use to load this resource in the fxmanifest via
|
2022-07-05 05:17:52 +10:00
|
|
|
|
2021-11-16 11:15:59 +11:00
|
|
|
```lua
|
2022-02-28 14:17:25 +11:00
|
|
|
shared_script '@ox_lib/init.lua'
|
2021-11-16 11:15:59 +11:00
|
|
|
```
|
|
|
|
|
|
2022-03-04 11:15:47 +11:00
|
|
|
### server.cfg
|
2022-07-05 05:17:52 +10:00
|
|
|
|
2022-03-04 11:15:47 +11:00
|
|
|
```
|
|
|
|
|
add_ace resource.ox_lib command.add_principal allow
|
|
|
|
|
add_ace resource.ox_lib command.remove_principal allow
|
2021-11-16 11:15:59 +11:00
|
|
|
```
|
2022-01-10 01:00:45 +11:00
|
|
|
|
2022-07-05 05:17:52 +10:00
|
|
|
## License
|
|
|
|
|
<a href='https://www.gnu.org/licenses/lgpl-3.0.en.html'>LGPL-3.0-or-later</a>
|