Releases: MrOats/AngelScript_SC_Plugins
AFKManager.as Stable v2.0
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
RockTheVote.as Stable v4.0
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!
Random.as Stable v1.0
Ignore the .zip or .tar.gz file that may be created from this.
Changes in this release:
- Initial Release
RockTheVote.as Stable v3.2
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
AFKManager.as Stable v1.4
Ignore the .zip or .tar.gz file that may be created from this.
Changes in this release:
- Fix Null Pointer on ResetVars (MapChange hook)
InfiniteFlashlight.as Stable v1.0
Ignore the .zip or .tar.gz file that may be created from this.
SpectateMode.as Stable v5.0
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.
RockTheVote.as Stable v3.1
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
AFKManager.as Stable v1.3
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.
AFKManager.as Stable v1.2
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