πŸ“–Integrations

Resource Integrations guide with other resources.

Client Side:

Unlocked File Path:

fs_trapphone/client/unlocked.lua

Notification:

Notification can be changed in this function

--bydefault we add ox_lib notification you can edit according to your need
function notification(title, text, duration, type, icon)    
        lib.notify({
            title = title,
            description = text,
            type = type,
            duration = duration,
            icon = icon,
            position = 'top'
        })
end

TextUi:

Textui can be changed in these functions

Police Dispatch:

for police dispatch calls you can change modify this function

Third Eye Target System

by default we added ox target as target system but if you want to add any other target system then you can modify this

Server Side:

Unlocked File Path:

fs_trapphone/server/unlocked.lua

Active Jobs needed

if you want to change logic of active jobs you can modify this functions according to ur need

XP System/ Give Something on specific item sell

modify this function if you want to apply ur xp system or want to give something or item on each item sell

Last updated