Verse
Discord ServerTebex StoreWebsite
  • Home
  • Discord server
  • 🚑Ambulance Job
    • 🧠Configuration
    • 📚Guides
      • Adding a custom dispatch
    • ⁉️Common Errors
    • 🐌For Developers
      • Client Events
  • 💽Modular Website
    • ➕Installation
  • 👮Police Complaint
    • 🔌Adding Departments
    • 👀Examples
  • 📣Announcement
    • 🧠Installation
    • 👀Command examples
    • ⚡Events
  • 📕Exams
    • Functions
Powered by GitBook
On this page
  1. Police Complaint

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)
PreviousAdding DepartmentsNextInstallation
👮
👀