SA-MP Forums Archive
Function not registered - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Function not registered (/showthread.php?tid=661899)



Function not registered - DarkMythHunter - 18.12.2018

Код:
  Error: Function not registered: 'FCNPC_GetPluginVersion'
   Error: Function not registered: 'FCNPC_IsValid'
I have the latest FCNPC, 2.0.0 rc.1 , and if I used a lower version it removes the "FCNPC_GetPluginVersion" error, but says I should install "1.8.2", when I got 1.8.2, the same 2 errors just appears. Anyone knows what is the problem? Thanks.


Re: Function not registered - tonto125 - 18.12.2018

Make sure you recompile your script with the latest FCNPC.


Re: Function not registered - DarkMythHunter - 21.12.2018

I did downloaded the latest one, but it gives me the same error. I don't know what is the problem, it was working fine before.


Re: Function not registered - Tickle - 21.12.2018

Do you see a confirmation of the plugin version being loaded in the server_log.txt?


Re: Function not registered - DarkMythHunter - 21.12.2018

Yes, and anyways I've fixed it. Just moved the FCNPC plugin first in the server.cfg line. Thanks for tyring to help me tho.