[STANDALONE] Modder Toggle

A script by Snowcheck

No reviews yet.
[STANDALONE] Modder Toggle main image

Full Description

This is a script that logs Ped Creations, Vehicle Creations, and Object Creations with a way to toggle if you would like the logger to be on or off using an in game command.

This script also includes a way to check what someone spawned in using the spawn commands.

Open files: commands (change permissions), notfy for both server and client, config

Commands:
/moddertoggle [TIME IN MINS] - Toggles on or toggles off the logger
/spawnvehiclehash - Spawns in a vehicle from a vehicle hash that you may find within the logger details
/spawnobjecthash - Spawns in a object from a object hash that you may find within the logger details
/engun - Gives you a entity gun to see what is what

Note: This script is intended to be used when a moder starts to spawn in objects, vehicles, or peds. Or if you are just trying to figure out who is spawning what in.

Features:

Low MS.
Low resource use.
Toggleable
Checkable hashes
Anti-Modder spawner
Ace locked
Customizable
Auto Turn Off 

Video Preview:

Webhook Preview:
image

Resource Monitor While Toggled On (Script Does not use any threads ):

Config Preview:

Config = {}


Config.ModWebHook = ""

-- Enter Discord Webhook (Moderation Logs) Config.ModWebHook = false (to disable)

Config.PedWebHook = ""

-- Enter Discord Webhook (Ped Spawn) Config.PedWebHook = false (to disable)

Config.VehWebHook = ""
-- Enter Discord Webhook (Vehicle Spawn) Config.VehWebHook = false (to disable)

Config.ObjWebHook = ""

-- Enter Discord Webhook (Object Spawn) Config.ObjWebHook = false (to disable)


Config.EmbedColor = 32767

--the embed color for all the messages sent with the webhook (Decimal Format)



Config.MaxTime = 15

Config.ModderToggleCommand = true

--disable if you want for smaller servers that would like modder toggle to be on at all times


-- the max time somone can turn on the log for (In minutes)

Config.EnableVehicleCommand = true

Config.EnableObjectCommand = true

Config.EnableEntityCommand = true

--defualt true if you want to enable or disable the comamands




-- ACE PERMS

-- command.moddertoggle

-- command.spawnvehiclehash

-- command.spawnobjecthash

-- command.engun

-- OR can edit command yourself with your kownknowlage




--NOTIFY

-- Change server notify and Client Notify

Package Link: https://syni-development.tebex.io/package/5476594

Code is accessible No
Subscription-based No
Lines (approximately) 1000
Requirements N/A
Support Yes