Can't get several commands to workNot An Issue

Won't run the following:

"TimerRepeat": {
"heli.call": 600,
"supply.call": 1200,
"server.writecfg": 600,
"server.save": 605

Is your config valid? Are these commands working if you run them from ur console manually?

Having taken a look, it seems that "server.writecfg" and "server.save" do work, but "heli.call" and "supply.call" do not.  The "heli.call" can be found here:  https://www.corrosionhour.com/rust-helicopter-command/  .  "supply.call" can be found on the same website.

I can see the console spit out that "[Timed Execute] ran" for the server.xxxxxx commands, but not the two aforementioned.

dravenmeex

Having taken a look, it seems that "server.writecfg" and "server.save" do work, but "heli.call" and "supply.call" do not.  The "heli.call" can be found here:  https://www.corrosionhour.com/rust-helicopter-command/  .  "supply.call" can be found on the same website.

I can see the console spit out that "[Timed Execute] ran" for the server.xxxxxx commands, but not the two aforementioned.

Those are client commands, so they will not work on the server without some plugin providing them.

Locked automatically