FCNPC icon indicating copy to clipboard operation
FCNPC copied to clipboard

FCNPC_GetHealth bug?

Open ifudthstudio opened this issue 4 years ago • 1 comments

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); }

ifudthstudio avatar Jan 19 '22 16:01 ifudthstudio

You should disable default damage system for this

ziggi avatar Jan 19 '22 18:01 ziggi