Sergei Marochkin
Sergei Marochkin
> Is there an option to fix this? I don't know.
What's in `server_log.txt`? Also check `maxnpc` value in `server.cfg`.
Try to check without `ZombieTimer[npcid] = repeat ZombieMove(npcid);`
https://translate.google.com/
You should use `FCNPC.inc` from the same version of the plugin.
Did you recompile all your scripts with latest FCNPC.inc?
Fixed in 7.5.4 (https://github.com/protobufjs/protobuf.js/pull/2092)
Oops, no, I was wrong, not fixed
Can we got an ability for disable this warning? Because I use knex with mysql and with `returning` feature as well. And returning only `first` inserted id is enough for...
> It does not do anything . But it's do, with `.returning()` I can receive first inserted id. After this feature I can't update knex, I stuck on 0.16.3. It...