mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-04-03 16:29:01 +03:00
added forgot pistols fiveseven and dualelite touching for vip (#1045)
This commit is contained in:
parent
518f142635
commit
94a7eb4cbb
@ -618,11 +618,17 @@ void CBasePlayerItem::DefaultTouch(CBaseEntity *pOther)
|
||||
CBasePlayer *pPlayer = static_cast<CBasePlayer *>(pOther);
|
||||
|
||||
if (pPlayer->m_bIsVIP
|
||||
&& m_iId != WEAPON_USP
|
||||
&&
|
||||
#ifndef REGAMEDLL_FIXES
|
||||
m_iId != WEAPON_USP
|
||||
&& m_iId != WEAPON_GLOCK18
|
||||
&& m_iId != WEAPON_P228
|
||||
&& m_iId != WEAPON_DEAGLE
|
||||
&& m_iId != WEAPON_KNIFE)
|
||||
&& m_iId != WEAPON_KNIFE
|
||||
#else
|
||||
!IsSecondaryWeapon(m_iId)
|
||||
#endif
|
||||
)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user