Integration
This is an entire page on what you can integrate with
WARNING: ONLY MESS WITH THESE IF YOU KNOW WHAT YOU ARE DOING!!!!
Payphone
RegisterNetEvent("DHS-PrisonSim:client:UsePayphone", function()
if Config.Phone == "lb-phone" then
local phoneNumber = lib.inputDialog("Enter Phone Number", {
{ type = "input", label = "Phone Number", default = "1234567890" }
})
if phoneNumber then
TriggerServerEvent("DHS-PrisonSim:server:UsePayphoneLB", phoneNumber)
end
elseif Config.Phone == "custom" then
-- Custom Phone Function Here
end
end)Convoy Start,End, and InConvoy Functions
Gate Door Minigame
Workout Minigame
Medical Script Functionality
Dispatch Function
Notify System
Reset Clothing
Fuel System
Custom Vehicle Function
Give Keys Function
Gate Door Minigame
On Prisoner Sentenced Function
Last updated