Counter-Strike: Reset progressbar upon round restart.
This commit is contained in:
parent
61983ec2d8
commit
70451433b8
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ CSMultiplayerRules::PlayerRespawn(base_player pp, int fTeam)
|
|||
|
||||
pl.view_ofs = VEC_PLAYER_VIEWPOS;
|
||||
pl.velocity = [0,0,0];
|
||||
pl.progress = 0.0f;
|
||||
Weapons_SwitchBest(pl);
|
||||
|
||||
/*Ammo_AutoFill(pl.fSlotPrimary);
|
||||
|
|
Loading…
Reference in a new issue