darkerz7 / CSGO-Plugins

My Plugins
46 stars 35 forks source link

Entwatch DZ error on player rebuy items slot #39

Closed nuclearsilo583 closed 3 years ago

nuclearsilo583 commented 3 years ago

Hi, i used your entwatch dz and find error. I use this rebuy plugin. When ever i have item (weapon_elite) and rebuy any pistol, yes the item got toss out but no glow, hud still display me and the items become in valid edit(no owner or owner is invalid). I cant use etransfer by command (also in admin menu) but error log say the item is invalid. I use old entwatch and have no issue about this. Could you please fix . thank you

darkerz7 commented 3 years ago

change all 'SDKHooks_DropWeapon(client, weapon);' to 'CS_DropWeapon(client, weapon, true);'

nuclearsilo583 commented 3 years ago

fixed. Thanks