Config

data/config.lua

This file contains all general config vars.

local config = {
    -- Police jobs, for notifications.
    -- jobName = minRank.
    police_jobs = {
        police = 0,
    },

    -- Valid models to start cooking inside
    -- NOTE: must be a hash.
    van_models = {
        `journey`,
        `journey2`,
    },    
}

Last updated