8.1.2025

Updates v1.1.0

  • A prefix option has been added for radio names.

  • If you are using tgiann-gps, you can also edit your prefix name in the GPS by pressing the button next to it.

  • The radmin command has been added, allowing admins to join radios secretly.

  • The rlistadmin command has been added, allowing you to view all active frequencies.

  • You can now disable the speaking animation from the config.

modified:   fxmanifest.lua (Version value has changed)
modified:   client/editable.lua
modified:   client/main.lua
modified:   client/radio.lua
modified:   config.lua
modified:   languages/en.lua
modified:   languages/tr.lua
modified:   server/editable.lua
modified:   server/main.lua
modified:   sql.sql
modified:   ui/build (delete the 'ui/build' folder before updating the 'ui/build' folder)

SQL :

ALTER TABLE `tgiann_radio_v2_player` ADD COLUMN `prefix` VARCHAR(255) NULL DEFAULT '' COLLATE 'utf8mb3_general_ci';

Last updated