ziggi / FCNPC

FCNPC - Fully Controllable NPC
Apache License 2.0
131 stars 30 forks source link

FCNPC_OnWeaponShot reports wrong hittype #253

Open SimonOre opened 2 years ago

SimonOre commented 2 years ago

Even if the player is behind an object (SA map) the callback FCNPC_OnWeaponShot reports the hittype as BULLET_HIT_TYPE_PLAYER.

printf("[DEBUG]NPC using: %d", hittype); Prints 1 when the NPCs hit objects (SA map)