Installation

1

Install all resource dependencies

See: https://docs.0resmon.org/0resmon/0r-resources/0r-illegalpack/installation#install-all-resource-dependencies

2

Install optional dependencies

These resources aren't required but provide additional functionality.

See: https://docs.0resmon.org/0resmon/0r-resources/0r-illegalpack/installation#install-optional-dependencies

3

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

server.cfg
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

See: https://docs.0resmon.org/0resmon/0r-resources/0r-illegalpack/installation#resource-start-order-in-server.cfg-file

4

Done

Installation is complete, the script should start without problems.

See: https://docs.0resmon.org/0resmon/0r-resources/0r-illegalpack/installation#done

Here are all the items you need to add to your server

Please read here for localization

circle-exclamation