Wise Report
Report Players to the Admin Team of the Server.
Give your Community the chance to help you keep your Server fun to play.
There Functions that will definetly help you and your Team find out if the reported player is really breaking the Server Rules.
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | 1200 |
Requirements | screenshot_basic (recommended) |
Support | Yes |
Screenshots
Video
Features
- Report Players
- Goto
- Bring
- Screenshot of Reported Player
- Spectate
- Revive
- Kick
- Discord Webhooks
Config
Expand Config
Config = {
Script = {
Locales = {}
},
UI = {
Locales = {}
}
}
Config.Locale = "en"
Config.Keys = {
UserKey = "F1",
AdminKey = "F3"
}
Config.Settings = {
Cooldown = 60 * 1000
}
Config.Notify = function(type, title, msg, time)
TriggerEvent('wise_notify', type, title, msg, time)
end
Add/Change Language Text
Language Example
Config.UI.Locales["en"] = {
title = "REPORT",
subtitle = "WISESCRIPTS",
userview = {
playerid = "PLAYER ID",
reason = "REASON",
description = "DESCRIPTION",
buttons = {
close = "CLOSE",
send = "SEND TICKET"
}
},
adminview = {
adminheader = {
rank = "RANK",
opentickets = "OPEN TICKETS"
},
ticketitem = {
player = "PLAYER",
reason = "REASON"
},
focusedticket = {
status = {
open = "OPEN",
closed = "CLOSED",
processing = "PROCESSING"
},
reportinfo = {
name = "Name",
suspect = "Suspect",
date = "Date",
time = "Time"
},
buttons = {
go = "Goto",
bring = "Bring",
spectate = "Spectate",
screenshot = "Upadte Screenshot",
revive = "Revive",
kick = "Kick",
process = "Process",
close = "Close",
delete = "Delete"
}
}
}
}
Config.Script.Locales["en"] = {
no_perms = "No Permission",
ticket_not_found = "Ticket not found",
ticket_created = "Ticket created",
new_ticket = "New Report Ticket opened from: %s",
loading_screenshot = "Loading Screenshot...",
spectate_ped_not_found = "Player to spectate could not be found",
spectating_player = "Spectating: %s",
kicked = "You got kicked by an Admin"
}