Installation
SQL
You can find assets/db.sql file in assets folder, please insert that sql into your database. It will create 3 tables for points, categories & pages.
Server config
Our script is using fivem ACE permission system so we need add permission for our resource to be able to add permission to our predefined groups.
Insert this lines into your server.cfg / permissions.cfg
Open with Key
You can also open guidebook with a key, we are using RegisterCommand so every player can rebind the key in the GTA settings (key bindings > fivem)
If you leave Config.RegisterOpenKey = false script will not register any key command.
Example:
Turned off
Command
You can adjust all command names in config.lua
Discord log
Go to rcore_guidebook/sconfig.lua
Change SConfig.LogWebhook value
Last updated