Quote:
|
Originally Posted by Stefan
I have added disconnect and reset for sendtext (disconnect can have a disconnect reason as option).
|
PHP Code:
sendtext("disconnect", "Skyld", "test");
sendtext("reset", "Skyld", "test");
requesttext("reset", "Skyld");
None are working.
Quote:
|
Originally Posted by Stefan
Also the client-rc has been made more secure, and you can restrict the allowed weapon scripts with restrictclientrctoweapons=commatext.
|
This works fine.
Quote:
|
Originally Posted by Stefan
NC messages are now always sent via gserver, which is forwarding them to all RCs and client-rcs which have npc-rights. It is not sending error messages when you update a script via client-rc?
|
Well, I get the error messages to clientrc when my normal RC is online. If my RC isn't online then I don't get compiler messages in clientrc.
I get all other NC messages though.