Counter-Strike: Reset progressbar upon round restart.

This commit is contained in:
Marco Cawthorne 2020-06-09 00:30:06 +02:00
parent 61983ec2d8
commit 70451433b8

View file

@ -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);