mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-27 07:05:38 +03:00
fix: update scoreboard attributes on defuser pickup (#770)
This commit is contained in:
parent
10813019c8
commit
e83eeaed39
@ -495,6 +495,8 @@ BOOL CItemThighPack::MyTouch(CBasePlayer *pPlayer)
|
|||||||
MESSAGE_END();
|
MESSAGE_END();
|
||||||
|
|
||||||
pPlayer->SendItemStatus();
|
pPlayer->SendItemStatus();
|
||||||
|
pPlayer->SetScoreboardAttributes();
|
||||||
|
|
||||||
EMIT_SOUND(pPlayer->edict(), CHAN_VOICE, "items/kevlar.wav", VOL_NORM, ATTN_NORM);
|
EMIT_SOUND(pPlayer->edict(), CHAN_VOICE, "items/kevlar.wav", VOL_NORM, ATTN_NORM);
|
||||||
|
|
||||||
if (TheTutor)
|
if (TheTutor)
|
||||||
|
Loading…
Reference in New Issue
Block a user