πŸš” Police Complaint
Examples

πŸ“•Examples

Command (client)

RegisterCommand("sendcomplain", function(source, args)
TriggerEvent("vrs-pdc:client:Start")
end)

QB-TARGET

CreateThread(function()
    exports['qb-target']:AddTargetModel("p_amb_clipboard_01", {
        options = {
            {
                type = "client",
                event = "vrs-pdc:client:Start",
                icon = "fa-solid fa-pen",
                label = "Write a Complaint",
            }
        },
        distance = 3.0
    })
end)