Skip to content

Releases: Cyanox62/CustomAnnouncements

CustomAnnouncements v1.7

20 Jan 05:01
Compare
Choose a tag to compare
  • Fixed $ci_alive round variable always saying 0
  • Fixed all permission configs
  • Removed moderator from default whitelists
  • Minor code optimizations

CustomAnnouncements v1.6

22 Dec 00:22
0239d6c
Compare
Choose a tag to compare
  • Changed cs command to chs due to the game implementing a cs command
  • Updated to Smod 3.2.0

CustomAnnouncements v1.5

07 Dec 00:18
Compare
Choose a tag to compare
  • Changed $round_duration to say "x minutes and x seconds", will not say minutes if it has not been at least one minute
  • Added PE / PLAYERESCAPE command, it has a dedicated info variable $escape_class. If several players escape in a short amount of time the announcements will not overlap to prevent clogging up the announcement queue
  • Added AW / AUTOWARHEAD command, announces a message if the warhead is started via smod's auto_warhead_start config option

CustomAnnouncements v1.4

11 Nov 04:56
8c49ac0
Compare
Choose a tag to compare
  • Added player search functionality to PA / PLAYERANNOUNCEMENT command to use instead of a steamid64
  • Added support for large numbers in announcements (Ex. 232 = two hundred and twenty two)
  • Made info variables non-case sensitive
  • Fixed PA / PLAYERANNOUNCEMENT's remove all keyword not working
  • Added view option to events

CustomAnnouncements v1.3

10 Nov 03:52
cb50acb
Compare
Choose a tag to compare
  • Added a master config whitelist setting
  • Optimized lots more code
  • Fixed roundend/preset commands throwing errors

CustomAnnouncements v1.2

08 Nov 02:42
94924d6
Compare
Choose a tag to compare
  • added RS / ROUNDSTART announcement and whitelist
  • added WP / WAITINGFORPLAYERS announcement and whitelist (plays announcement when first player connects)
  • changed file names of saved announcements, all old files will be deleted, make sure you backup anything you have saved if you want to keep it

CustomAnnouncements v1.1

07 Nov 02:25
Compare
Choose a tag to compare
  • Added support for periods at the end of words. Ex hello. this is a message
  • Added data variable $tutorial_alive

CustomAnnouncements v1.0

06 Nov 23:42
e7140b3
Compare
Choose a tag to compare
  • Added support for various round info variables, a full list can be found in the wiki
  • Code optimizations

CustomAnnouncements v0.9

06 Nov 05:48
Compare
Choose a tag to compare
  • Added player join announcements (PA / PLAYERANNOUNCEMENT)
  • Code optimizations

CustomAnnouncements v0.8

06 Nov 04:26
1cbf1ea
Compare
Choose a tag to compare
  • added CS / CHAOSSPAWN and RE / ROUNDEND commands