Suty
Job Announcements

Commands

Commands

Command Who Description
/anuncio Anyone whose job appears in Config.AllowedJobs Opens the job announcement input. Players see a branded banner with the job's color/icon.
/announce Anyone in Config.AdminGroups Global generic admin announcement (not branded by job).
/evento Admins (Config.AnonymousEvent.AceGroup) Anonymous emergency-broadcast banner with caution-stripe styling. Players cannot see who sent it.

Player-side interactions

Hold E while a banner is on screen (configurable via Config.EnableGPSMarking) to:

  • Set a yellow flag waypoint on the minimap
  • Add a route line to the destination
  • If Config.Use3DWaypoint = true AND sleepless_waypoints is started → spawn a tall 3D checkpoint marker visible at long range

For anonymous /evento broadcasts where the sender is in a vehicle, the GPS waypoint tracks the vehicle live (updates every VehicleFollow.UpdateMs) until either:

  • VehicleFollow.DurationMs elapses (default 5 min)
  • The player gets within VehicleFollow.ArriveDistance meters (default 25m)

Cooldowns

  • /anuncio and /announce share Config.AnnouncementCooldown (default 10s per player)
  • /evento uses Config.AnonymousEvent.CooldownSeconds (default 10s)