08.07.2016, 19:23
Quote:
You need to edit your "OnPlayerCommandPerformed".
PHP код:
|
When a FS is loaded from server.cfg, first the callbacks from that FS are called, then the ones from GM, which is fine, BUT: when I use "loadfs fs" (didn't load it with server.cfg) the first callbacks called are the ones from GM (so I receive an invalid command error first), then the ones from FS. The callbacks order should be the same when I "loadfs" or "reloadfs".
Also, you should make a wiki in which you explain every functions/callbacks returns, callbacks calls and parameters. I had to test few functions because they weren't documented.