View Single Post
fdxx
Member
Join Date: Oct 2020
Location: 0xdeadbeef
Old 09-23-2021 , 11:36   Re: [L4D & L4D2] Weapon Spawn (1.7) [15-Feb-2021]
Reply With Quote #65

Quote:
Originally Posted by fdxx View Post
l4d_weapon_spawn_count does not work on weapon_first_aid_kit, weapon_pain_pills, weapon_adrenaline

When the count >= 2, Actually only 1
When count == 0, it can work normally (Infinite)

Does this mean that "count" does not support medical items?
Since DispatchKeyValue count does not work, I will use RequestFrame to delay a frame to set SetEntProp(iEnt, Prop_Data, "m_itemCount", iCount)

Of course, it’s not for this plugin, This is for my other plugin
fdxx is offline