Command 'announce.announceto' not foundSolved
Here is what I have in my console ... this is due to the "" AnnounceOnLoad "option.

error in console:

Command 'announce.announceto "76561198020907694" "Le prochain Navire-Cargo sera prévu dans environ 100 minutes"' not found

i will check what api changes occurred.
ok ... sorry again but I prefer to tell you the concerns ..;)
I was using:
rust.RunServerCommand("announce.announceto "+player.UserIDString.Quote()+ " "+mess.Quote());
tried moving to direct call:
GUIAnnouncements?.Call("CreateAnnouncement", mess, "Purple", "White", player);No messages... very annoying as that is the same call I use in RustRewards.For now skip GUIA till I sort this out.
mmm, I also look into the matter .... knowing that GUIAnouncements has received an update
I changed it to the API call rather than rcon call, but it is still not behaving for me. the rcon call used to work for me, but I suspect your language is different so the command name is different. I don't normally use it for this myself so had not tested since I initially got it working.
This is working on my server with the announcements, is it working for you?
Hello, sorry, yes it's ok for me... thanks
Locked automatically