Skip to content

FCNPC 2.0.4

Compare
Choose a tag to compare
@ziggi ziggi released this 16 Nov 23:45
· 20 commits to master since this release
  • #259: The integration with MapAndreas does not work at all: the original natives use their own instance, but the CServer has its own instance that is never initialized. This simply uses the natives' instance. (@IllidanS4)
  • #259: FCNPC_SetMinHeightPosCall causes the new Z coordinate not to be applied when the difference is within the accepted range (otherwise FCNPC_OnChangeHeightPos is called which works fine). This changes that so that the new value is rejected if and only if FCNPC_OnChangeHeightPos returns false. (@IllidanS4)