Jota Dev Notify
Here you can see the documentation to learn how to install our store's notification system.

Put in your server.cfg
# JotaDev Notify
ensure jc_noty
Exports needed to view notifications
exports["jc_noty"]:Notify(type, message, duration) -- success | error | info | warning | normal
-- Example:
exports["jc_noty"]:Notify("normal", "Has muerto", 5000)
This would be the script Config
Config = {}
Config.Zones = {
{coords = vector3(-81.4136, -1568.43, 31.165), radius = 50.0, message = "Se verian a varios individuos enmascarados vestidos de color verde andar por la zona"},
{coords = vector3(407.8462, -992.849, 28.842), radius = 40.0, message = "Se verian a varios coches patrullas aparcados y oficiales de policia caminar por la zona"},
{coords = vector3(1200.0, -600.0, 70.0), radius = 60.0, message = ""},
}
Config.ZonesActivate = true -- Activa las Zonas por RDE
Config.Debug = false
Last updated