Zone Creator System Script

Compatible : VORP / RSGCore

:purple_heart: Tebex
:tv: Preview

Config File

Config = {}

Config.Framework = 'vorp'

Config.Command = 'addzone'

Config.WhitelistJob = {'police', 'medic'}

Config.Cooldown = {
	webhook = true, -- enable logs = true | disable logs = false
	
	seconds = 10,
	
	cooldown_message = 'Wait %d seconds until you can open zone creator menu!' -- %d is the second so do not change!
}

Config.Notify = {
	no_belong_job = 'You dont belong to whitelist job!',	
}

Config.ChatDetails = {
	image = 'https://media.discordapp.net/attachments/859618317858111494/1196520823377367140/InfinityPulse.png?',
	
	width = 26, height = 26,
}

Config.Logs = {
	webhook = "https://discord.com/api/webhooks/1196901302874153031/9KwmViXD4J2L2rQz9pZQvz8_ByK8CTGUlzwM_38ZU-UyrD534jwl4zmhJzBbSbPmC8hj",
	
	title = "Zone Creator",
	
	avatar = "https://media.discordapp.net/attachments/859618317858111494/1196520823377367140/InfinityPulse.png?"
}

Any suggestions or questions ?

Please write them down below in the comments section.

Script informations

Code is accessible Yes(Config)
Subscription-based No
Lines (approximately) 300+
Requirements Vorp/RSGCore
Support Yes
2 Likes

Is there a way to keep the zone persistent even after restarts to mark territory areas such as native tribe lands and whatnot?

1 Like