🪧Notifications and Progress

Access a comprehensive guide that includes a detailed installation process, examples of code, previews of configurations.

Links:

INSTALLATION GUIDE

Step 0 - First Steps

1. Download your resource from FiveM's Keymaster and is_lib from GitHub. 2. Unzip the is_ui and is_libfolders and place this folder in your server's resource folder. 3. Add the resource to your server start config (server.cfg). It is best to place these scripts above all scripts that may use them.

ensure is_lib ensure is_ui ensure 'rest of scripts'

Step 1 - Configure Resource

You MUST read all configurable options inside the[is_ui/config.lua], [is_lib/config.lua] file and configure them to suit your server's needs.

Last updated