Config

The configuration for this script is broken into two distinct files for security.

Client Side (cl_config.lua)

Client configuration is used to setup the location, label, and id of the ped. It also allows you to set the ped model. For more detailed information see cl_config Config Options:

  • Locations

    • name

    • label

    • pedModel

    • location

    • icon

    • description

    • useBlip

    • blip

      • sprite

      • color

      • scale

      • name

Server Side (sv_config.lua)

Is used to determine the type of licenses the ped sells and how much it costs. For more detailed information see sv_config

Config Options:

  • CheckFelony

  • MDT

  • AvailableLicenses

    • name

    • label

    • description

    • icon

    • cost

    • cop_count

Last updated