Installation

How do locale files work?

1

Install all resource dependencies

  • 0r_lib | in your keymaster

  • 3fe_campfire | in your keymaster

2

Resource start order in server.cfg file

It's important for your resources to start in a logical order to prevent errors from missing dependencies

server.cfg
start oxmysql
start ox_lib
start framework # the name of your framework (i.e. es_extended, qbx_core)
-- # other resources
start 0r_lib
start 3fe_campfire
start 0r-craft-v2
3

Done

Installation is complete, the script should start without problems.

Enjoy the script.

Last updated