Installation
How do locale files work?
2
Install optional dependencies
These resources aren't required but provide additional functionality.
3fe_woodbox - In your keymaster account
3
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)
start object_gizmo # optional
-- # other resources
start 0r_lib
start 0r-illegalpack
The database.sql
file will execute
automatically
. You don't need to do anything !
Last updated