SA-MP Forums Archive
What version of FCNPC does this script use? - 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: What version of FCNPC does this script use? (/showthread.php?tid=634622)



What version of FCNPC does this script use? - Sc0pion - 22.05.2017

Fixed!


Re: What version of FCNPC does this script use? - YouHack - 22.05.2017

Explain more... we can't decide which version from 2 given natives


Re: What version of FCNPC does this script use? - Sc0pion - 22.05.2017

Fixed!


Re: What version of FCNPC does this script use? - YouHack - 22.05.2017

Do you get an "indefined symbol" error?


Re: What version of FCNPC does this script use? - Sc0pion - 22.05.2017

Fixed!


Re: What version of FCNPC does this script use? - YouHack - 22.05.2017

It's before 0.3.7 release, you won't find it.
In order to fix this change 1 to true
Example:
PHP код:
FCNPC_GoTo(Bodyguard[i][j][id], xyzMOVE_TYPE_RUN0.01); 
to
PHP код:
FCNPC_GoTo(Bodyguard[i][j][id], xyzMOVE_TYPE_RUN0.0true); 



Re: What version of FCNPC does this script use? - Sc0pion - 22.05.2017

Fixed!


Re: What version of FCNPC does this script use? - YouHack - 22.05.2017

So it's a bug in the script :/


Re: What version of FCNPC does this script use? - Sc0pion - 22.05.2017

Fixed!


Re: What version of FCNPC does this script use? - YouHack - 22.05.2017

Yes but the bug you just told me about is in the script... editing params won't affect the script.