Skip to content

Releases: MrOats/AngelScript_SC_Plugins

AFKManager.as Stable v2.0

02 Oct 14:11
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Redid the entire code. Much easier to read
  • Fixed bug that the SecondsUntilKick variable will countdown for admins and still attempt to kick admins
  • Added proper warning procedures based on KickAdmins and Player's Admin level
  • More logging for when the If statements don't resolve correctly
  • Logging for when Spectate or Kick actions happen
  • Added reason for kicking that shows up for players

Documentation Here

RockTheVote.as Stable v4.0

25 Sep 00:12
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fixed Previous Map handling
  • Added a real-time countdown displayed on the center of players' HUDs when voting is in progress
  • Added sounds during the voting period
  • Added a new CVar to allow/disallow playing the new sounds
  • Revamped the RandomMap() functions to use the PCG algorithm based off of my upcoming Random library I'm developing for the Sven community. Experience a fair dice roll everytime the function is called!

Documentation Here

Random.as Stable v1.0

25 Sep 18:46
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Initial Release

Documentation Here

RockTheVote.as Stable v3.2

17 Sep 23:07
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fixed custom map file reading. Now uses a more efficient method
  • Fixed handling poor configuration of MaxMaps
  • Adjusted PreviousMaps to only include the map upon MapChange

Documentation Here

AFKManager.as Stable v1.4

03 Jul 01:52
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fix Null Pointer on ResetVars (MapChange hook)

Documentation Here

InfiniteFlashlight.as Stable v1.0

21 Jun 01:53
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Documentation Here

SpectateMode.as Stable v5.0

04 Jun 13:46
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Removed some unnecessary functions
  • Added ability for players to toggle their spectate status through chat!
  • Added ability for admins to toggle player's spectate status through console or chat. Just add the name or Steam ID at the end of the spectate command.
  • All chat messages from the plugin will now have "[SM]" prefixed to it.
  • Fixed the respawn time being high when exiting Spectate Mode.

Documentation Here

RockTheVote.as Stable v3.1

04 Jun 14:49
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Added console command to let an admin cancel an ongoing vote! Use .cancelrtv

Documentation Here

AFKManager.as Stable v1.3

21 Jun 01:01
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Check if Player is AFK based on the last time they pressed one of their movement keys instead of their last position. Prevents unintended movement from marking them non-idle.
  • Set secondsUntilSpec and secondsUntilKick upon player's AFK data creation to prevent CheckAFK() from bugging out.

Documentation Here

AFKManager.as Stable v1.2

04 Jun 13:59
Compare
Choose a tag to compare

Ignore the .zip or .tar.gz file that may be created from this.

Changes in this release:

  • Fixed respawn time when exiting spectate from being AFK

Documentation Here