ziggi / FCNPC

FCNPC - Fully Controllable NPC
Apache License 2.0
138 stars 31 forks source link

FCNPC_GetHealth bug? #264

Closed ifudthstudio closed 1 year ago

ifudthstudio commented 2 years ago

Damage will only be 1 for the first time. Next it will deal about 46 damage.

DesertEagle if(weaponid == 24) { FCNPC_SetHealth(npcid, FCNPC_GetHealth(npcid)-1); }

ziggi commented 2 years ago

You should disable default damage system for this