#
Installation
There is no special steps other than having ox_lib installed in your server and a framework if you're using Framework based Placeholders.
~If you're already experienced on how to install a resource into your server, you might want to skip this tutorial.
#
1. Install dependencies
As of now, only ox_lib is required which must be started up in order for the script to work. There are other optional scripts to which we hook natively offering some special features such as dispatch messages or custom menu styles.
#
2. Disabling native system-chat
set resources_useSystemChat false
# Resource start-up
ensure [core]
ensure [my_resources]
# ... 123 lines
#
3. Drop of_chat in your resources folder
Head to Portal CFX and download the latest version of "of_chat" which should be extracted into your resources folder. Then find your server.cfg file which should be located somewhere in your server-files and ensure "of_chat" as follows:
# Resource start-up
ensure great_resources
ensure my_framework_core # qb-core, qbx_core, es_extended...
ensure ox_lib
# ^
# |___ Make sure its above "ensure of_chat"
ensure of_chat
# ... 123 lines
#
4. Starting up the server
Start up the server and make sure the script has loaded without errors. You should see something like this in your server console:
[ script:of_chat] [Overflow] Dependencies detected successfully
[ script:of_chat] Framework: qb-core
[ script:of_chat] Language: en
[ script:of_chat] [of_chat] You are up to date, running on 1.0.0