mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2024-12-26 14:45:38 +03:00
fix respawn protection icon hiding (#695)
Co-authored-by: Sergey Shorokhov <wopox1337@ya.ru>
This commit is contained in:
parent
972e14a527
commit
f050be77db
@ -10225,7 +10225,7 @@ void EXT_FUNC CBasePlayer::__API_HOOK(SetSpawnProtection)(float flProtectionTime
|
||||
pev->rendermode = kRenderTransAdd;
|
||||
pev->renderamt = 100.0f;
|
||||
|
||||
MESSAGE_BEGIN(MSG_ONE_UNRELIABLE, gmsgStatusIcon, nullptr, pev);
|
||||
MESSAGE_BEGIN(MSG_ONE, gmsgStatusIcon, nullptr, pev);
|
||||
WRITE_BYTE(STATUSICON_FLASH);
|
||||
WRITE_STRING("suithelmet_full");
|
||||
WRITE_BYTE(0);
|
||||
|
Loading…
Reference in New Issue
Block a user