View Single Post
E1_531G
Senior Member
Join Date: Dec 2017
Old 01-11-2019 , 11:47   Re: Removing weapons from certains slots
Reply With Quote #3

For me it works changing
Quote:
set_pev(id, pev_weapons, iWeapons)
with
Quote:
user_has_weapon(id, weapon_csw, 0)
You need:
Quote:
weapon_csw = get_pdata_int(iItem, m_iId, XO_CBASEPLAYERITEM)
__________________
My English is A0
E1_531G is offline