Configuration

View Configuration
codeShared = {}

Shared.Notification = "ox"  -- If you are using ESX, then use "esx". If you are using ox_lib, then use "ox". If you want to customize the notification, edit "cl_custom.lua".

Shared.allowedCoords = {
        vector3(-294.76, -989.14, 31.06),  -- Config the coords 
        vector3(-108.46, -427.34, 35.96)
    } 

Shared.HostageCommand = 'gethostage'  -- Command used to get the hostage.

Shared.OrderCommand = 'orderhostage'  -- Command used to release the ped after getting the hostage.

Shared.SpawnRadius = 10 -- Set the Radius to spawn hostage.

Last updated