Skip to content

maciej-wrzesinski/CSGO-Knife-Round

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Knife Round

Simple SourceMod plugin that allows you to play an additional round before a match with knifes only. The round is being played after "Warmup" or at the start of the match if there is none. Winning team will choose starting side on this match via a menu.

Changelog

1.4
- Cleaner code (remove comments, remove redundant code, renaming functions and variables, variable encapsulation, removed some global variables)
- Removed deprecated function IsValidHandle
- Fixed the voting menu not displaying 100% of times
- Calculating player votes is simpler
- Removed #define for kento_rankme blockade
- Cvar knifer_unload added insted of #define for only kento_rankme

1.3
- Code cleanup
- Comments cleanup
- Added delay on weapon strip so the VIPs can't have additional weapons
- Added #define for kento_rankme blockade

1.2.2
- An attempt to fix crashes #2

1.2.1
- An attempt to fix crashes

1.2
- Cvar knifer_alltalk added
- Fixed a bug when player could actually buy something on knife round

1.1
- Cvar knifer_info added
- Cvar knifer_roundtime added
- Cvar knifer_votetime added

1.0
- Plugin release

Installation

  • Compile knife_round.sp into knife_round.smx with an up-to-date sourcemod compiler
  • Put knife_round.smx into addons/sourcemod/plugins/
  • Put knife_round.phrases.txt into addons/sourcemod/translations/
  • Restart the server

Cvars

knifer_info 0-2 - Sets the messages display type (0 - no messages, 1 - chat, 2 - HUD)
knifer_roundtime 0.5-60.0 - Sets how long the knife round will last
knifer_votetime 5.0-20.0 - Sets how long the vote for team change will last
knifer_alltalk 0-1 - Sets if there will be alltalk enabled on knife round
knifer_unload "kento_rankme,rankme" - Unload these plugins while knife round is being played (separate plugins with commas)

About

SourceMod plugin sets up an additional knife round after warmup ends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published