CSMultiplayerRules: Ensure the VIP model is set when making somebody VIP.

This commit is contained in:
Marco Cawthorne 2023-09-29 15:59:59 -07:00
parent e23e3eb02b
commit 1736b85824
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ CSMultiplayerRules::MakeVIP(NSClientPlayer pl)
PlayerRespawn(pl, pl.team);
env_message_single(pl, "Hint_you_are_the_vip");
forceinfokey(pl, "*dead", "2");
pl.SetModel("models/player/vip/vip.mdl");
}
/*