mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 10:33:21 +00:00
Update
This commit is contained in:
parent
44733c3b14
commit
a97e151816
14 changed files with 5830 additions and 843 deletions
|
@ -1397,12 +1397,7 @@ void SetExtraKits(int playerCount) {
|
|||
if(GetRandomFloat() < 0.3 && averageTeamHP <= 80.0) ++extraPlayers;
|
||||
|
||||
|
||||
//If hAddExtraKits TRUE: Append to previous, FALSE: Overwrite
|
||||
if(hAddExtraKits.BoolValue)
|
||||
g_extraKitsAmount += extraPlayers;
|
||||
else
|
||||
g_extraKitsAmount = extraPlayers;
|
||||
|
||||
g_extraKitsAmount += extraPlayers;
|
||||
g_extraKitsStart = g_extraKitsAmount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue