Suty
Safe Zone Creator

Troubleshooting

Troubleshooting

"You do not have permission to use this command"

You don't have the required ACE permission. Add yourself to group.admin:

add_principal identifier.license:YOUR_LICENSE_HERE group.admin

The script checks both admin and group.admin ACE forms, so any standard admin setup works.

The script refuses to start: "ERROR — resource must be named 'suty-zonasegura'"

The folder is renamed. Rename it back to exactly suty-zonasegura and restart. This is an anti-piracy guard, not a bug.

Players are still taking damage inside the zone

Check three things:

  1. Config.Invincible = true in config.lua
  2. The player actually entered the zone — turn on Config.Debug = true and watch F8 for ENTER/EXIT log lines
  3. No other resource is overriding SetEntityInvincible on a faster loop

Anti-cheat is kicking players for godmode inside zones

The script writes a replicated inSafeZone statebag. If your anti-cheat doesn't honor it:

  • For suty-landmark — make sure it's updated to a version that reads the statebag (built-in support).
  • For other anti-cheats — set Config.Invincible = false and only the weapon-draw lockout will apply.

The map creator opens but the GTA V map is blank

The map tiles ship with the resource at html/zonecreator/mapStyles/styleAtlas/. If the folder is missing, redownload from Tebex. Don't manually exclude mapStyles/** in the files {} block.

Zones save but disappear on server restart

Check that the MySQL connection is healthy:

SELECT COUNT(*) FROM suty_safezones;

If the count matches what you saved, the issue is on the load side — check the server console for any ^1[suty-zonasegura] errors on startup.

Hidden scrollbar in the side panel — is that a bug?

No, it's intentional. The scroll behavior still works (mousewheel inside the side panel) — only the visible scrollbar is hidden for cleaner UI.

"Acércate al sospechoso para capturar la foto" / target ped not streamed

This message is from suty-andaimer, not suty-zonasegura. You're in the wrong docs page.

Still stuck?

Open a ticket on Discord with:

  • Your Config.Framework value
  • The exact error from F8 console (client) or server console
  • What you were doing when it happened