Installation
Installation
🧠 Installation Guide
Deployment: Drag and drop the
frkn-cleanjob,frkn-cleanlib, andfrkn-cleanlib2folders into your server'sresourcesdirectory.
frkn-cleanjob
frkn-cleanlib
frkn-cleanlib2resourcesConfiguration: Add ensure commands for the scripts to your
server.cfg. Important: Ensure the libraries before the main job script.
ensure frkn-cleanlib
ensure frkn-cleanlib2
ensure frkn-cleanjobserver.cfgDatabase: Import the provided SQL files (window.sql) to enable necessary database tables for the scripts, if not already configured via your framework.
Required Dependencies
To ensure the script functions correctly, make sure the following resources are installed and started in your server.cfg:
ox_lib
qb-core / es_extended / qbx_core
ox_target / qb-target (optional, based on your config)
frkn-cleanlib
frkn-cleanlib2
[!IMPORTANT] Resource Restart Required: For the script and its internal mechanics (like NativeUI menus, target zones, and props) to initialize properly after the first installation or after making configuration changes, you must restart the server or manually restart the resources listed above. Use the command
ensure [resource-name]in your server console to refresh them.
This script relies heavily on frkn-cleanlib and frkn-cleanlib2 for its core mechanics (like raycasting, syncing dirt meshes, and prop management). These libraries must be started before frkn-cleanjob!
Last updated