Kxnrl / entWatch

Notify players about entity interactions.
GNU General Public License v3.0
8 stars 4 forks source link

Some issues with entwatch #7

Closed cytrus224 closed 5 years ago

cytrus224 commented 5 years ago
Kxnrl commented 5 years ago
cytrus224 commented 5 years ago

Also, not sure if thats related to entWatch, but when i pick up some items, which change playermodel, sometimes server crashes. f.e. westersand v7 z9

Kxnrl commented 5 years ago

entwatch does not hook on player model.

cytrus224 commented 5 years ago

L 01/15/2019 - 23:13:35: [SM] Exception reported: Weapon 110 is not owned by client 7 L 01/15/2019 - 23:13:35: [SM] Blaming: entWatch.smx L 01/15/2019 - 23:13:35: [SM] Call stack trace: L 01/15/2019 - 23:13:35: [SM] [0] SDKHooks_DropWeapon L 01/15/2019 - 23:13:35: [SM] [1] Line 568, entWatch.sp::DropClientEnt L 01/15/2019 - 23:13:35: [SM] [2] Line 543, entWatch.sp::ZR_OnClientInfected L 01/15/2019 - 23:13:35: [SM] [4] Call_Finish L 01/15/2019 - 23:13:35: [SM] [5] Line 180, src\zr/api/infect.api.inc::APIOnClientInfected L 01/15/2019 - 23:13:35: [SM] [6] Line 853, src\zr/infect.inc::InfectHumanToZombie L 01/15/2019 - 23:13:35: [SM] [7] Line 610, src\zr/infect.inc::InfectMotherZombie

Kxnrl commented 5 years ago

Did you use any weapon cleaner plugin?

cytrus224 commented 5 years ago

No, i dont use any weapon cleaner

Kxnrl commented 5 years ago

u need to edit your zr. change strip weapon function. u need strip weapon after ZR_OnClientInfected called.