[PAID] vsSupport 🎧

A script by VibeScripts

No reviews yet.
[PAID] vsSupport 🎧 main image

Price

Unknown

Full Description

[PAID] vsSupport

[Description]

The script vsSupport is an ingame ticket and support system that allows team members on your FiveM server to provide direct support. Players can easily create a ticket ingame. This allows you to handle support on your server in seconds.

Get this Script at our Store for just 9.99 € !

Showcase

Link to the Showcase Video

Config

Config = {}

Config.AdminCommand = "ticketpanel" -- name of command
Config.AllowedGroups = { -- Define your Admin Groups
    "admin",
    "superadmin"
}

Config.EnableKeybind = true -- keybind enable/disable
Config.KeybindName = "Open Ticket Panel" -- name from admin menu
Config.Keybind = "F9" -- open admin menu

Config.SupportCommand = "support" -- name of command
Config.NextTicket = 30 -- time in seconds from when you can open a new ticket again

Config.ToggleNotifyCommand = "noadmin" -- name of command

Config.Notify = function(txt) -- notify settings
    ESX.ShowNotification(txt)
end

Config.Messages = { -- Locale
    NoPermission = "You have ~r~no authorization",
    SupportRequestCancelled = "Support request ~r~cancelled.",
    ReasonEmpty = "The reason must ~r~not be empty ~s~.",
    NeedToWait = "Please wait a moment.",
    SupportReason = "Reason:",
    SupportRequest = "Enter the reason",
    SupportRequestTitle = "Support Ticket",
    SupportRequestThanks = "~g~Thanks ~s~for the ~b~report.",
    SupportRequestPending = "Be patient, a ~r~team member ~s~will be ~g~immediately.",
    NewSupportCase = "New ~g~support case",
    AdminNotificationsEnabled = "Notifications for new support cases are ~g~enabled",
    AdminNotificationsDisabled = "Notifications for new support cases are ~r~disabled",

    -- UI Messages
    title = "Ticket Panel",
    noTickets = "No tickets available.",
    searchInput = "Search tickets..."
}

Optimization

  • IDLE: 0.00ms
  • Running: 0.00ms

Further Information

SHOP: vsSupport

This resource is using the FiveM Asset Escrow system

Code is accessible No
Subscription-based No
Lines (approximately) 620
Requirements ESX
Support Yes