View Single Post
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 02-11-2019 , 09:34   Re: Client_GiveWeaponAndAmmo Not Working?
Reply With Quote #2

int weap = GivePlayerItem(client, "weapon_deagle");
SetEntProp(weap, Prop_Send, "m_iClip1", 0);
SetEntProp(weap, Prop_Send, "m_iPrimaryReserveAmmoCount", 0);
Indarello is offline