Posts: 293
Threads: 20
Joined: Jan 2017
Explain more... we can't decide which version from 2 given natives
Posts: 293
Threads: 20
Joined: Jan 2017
Do you get an "indefined symbol" error?
Posts: 293
Threads: 20
Joined: Jan 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], x, y, z, MOVE_TYPE_RUN, 0.0, 1);
to
PHP код:
FCNPC_GoTo(Bodyguard[i][j][id], x, y, z, MOVE_TYPE_RUN, 0.0, true);
Posts: 293
Threads: 20
Joined: Jan 2017
So it's a bug in the script :/
Posts: 293
Threads: 20
Joined: Jan 2017
Yes but the bug you just told me about is in the script... editing params won't affect the script.