PAUSE MENU REPORT
Last updated
PAUSEMENU.Core = "VORP" -- Options: "VORP" or "RSG"PAUSEMENU.EnableEsc = true -- Enable/disable ESC key
PAUSEMENU.EnableP = true -- Enable/disable P keyPAUSEMENU.Sound = true -- Sound when opening menu
PAUSEMENU.SetEffect = false -- Enable blur effect
PAUSEMENU.Effect = "SkyTimelapses01" -- Effect name (see timecycles.lua)PAUSEMENU.Discord = true
PAUSEMENU.LinkDiscord = "https://discord.gg/EXhgGmaqZN"
PAUSEMENU.Store = true
PAUSEMENU.LinkStore = "https://hpk-dev.tebex.io"PAUSEMENU.Currency = "USD" -- EUR, GBP, USD...
PAUSEMENU.Format = "en-US" -- fr-FR, en-GB, es-ES...PAUSEMENU.PingAdress = "https://www.google.com" -- Ping address for latency
PAUSEMENU.MaxPlayers = "512" -- Max server slots
PAUSEMENU.Quit = "HPK PAUSEMENU - https://hpk-dev.tebex.io/" -- Quit messagePAUSEMENU.ReportSoundAdmin = true -- Sound notification for admins
PAUSEMENU.ReportListCommand = "reportadmin" -- Command to open report list
PAUSEMENU.Webhook = "YOUR_DISCORD_WEBHOOK" -- Discord webhook for reports
PAUSEMENU.ServerName = 'HPK DEV - Logs Report' -- Server name in webhooks
PAUSEMENU.IconURL = 'YOUR_ICON_URL' -- Icon URL for webhooks
PAUSEMENU.DateFormat = '%d/%m/%Y [%X]' -- Date format for webhooksPAUSEMENU.Language = {
ServerName = "HPK SERVER",
Profil = "Profil",
Resume = "Resume",
-- ... more translations
}-- Open report form
exports['hpk_pausemenu']:Report()
-- Open report list (admins)
exports['hpk_pausemenu']:ReportList()