Installation
How do locale files work?
1
2
Resource start order in server.cfg
file
server.cfg
fileIt's important for your resources to start in a logical order to prevent errors from missing dependencies
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
The database.sql
file will execute
automatically
. You don't need to do anything !
Last updated