In this page you will get all the details to install and configure our script Safe Zones. If you have more questions, you can join our discord community.
Openning Safe Zones menu
Execute this command in the chat:
/safezone
Creating Safe Zones
Go to the Safe Zone menu, and press the "+" button.
Once you clicked in, just enter a valid name (Name can not be leaved in blank, or with only spaces), and fill all the information: "Radius" in meters, "Max Velocity" in km/h, "Vehicle Damage" on or off and finally Update Image, this final option is up to you, you can leave the default image or use a custom one.
When you have clompleted all the information, just press the "save" icon and your Safe Zone will be created.
Select your Zone and press "Manage".
Here you can change the values of the Zone, just change them and then go to the next step.
Then click the "save" icon and you will updated your zone!
Select your Zone and press "Manage".
Then press the "trash" icon, and the zone will be deleted.
Click in the "Active" or "Disabled" text, you will activate or deactivate the zone, making it not functional but without deleting them.
Adding Administrators
Config.TypeIdentifier = 'license'
Config.Identifiers = {
'f19ccc2eaaf7380a07a1e3eba5d995e8a3d11fd0', -- License Example
'364a1b1b1858cbe214b7f89ed4a5b52e284c13d8', -- License Example
}
Config.TypeIdentifier = 'steam'
Config.Identifiers = {
'100101021fgb147t', -- Steam Example
'140107021fgb147h', -- Steam Example
}
Config.TypeIdentifier = 'discord'
Config.Identifiers = {
'493354801736974336', -- Discord Example
'720650042570178650', -- Discord Example
}
Changing WebHook
Enter your discord WebHook in the config file:
Config.WebHook = "examplewebhook.com"
If you don't know how to get the WebHook, follow these steps:
Changing 2D Text
If you want to use a custom 2D text in screen, you can access to the config file and change this:
Config.Text = function()
-- Enter your CUSTOM 2D text
end