nv_SafeZone

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.

Adding Administrators

Config.TypeIdentifier = 'license'

Config.Identifiers = {
    'f19ccc2eaaf7380a07a1e3eba5d995e8a3d11fd0', -- License Example
    '364a1b1b1858cbe214b7f89ed4a5b52e284c13d8', -- License 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

Join our Discord

Last updated