Chernarussian 4 Posted June 21, 2019 So far, appears to work with Experimental 1.04.151915 as well. Share this post Link to post Share on other sites
surdk3 0 Posted September 3, 2019 Update to the game today, script no longer works. Any ideas? Thanks -=surdk3=- Share this post Link to post Share on other sites
Printaix 3 Posted September 3, 2019 Hi survivors, i also use the script from githup since 1.0 and it was running quite well until todays update. In the past some updates wiped the init.c so i had to re-insert the lines but today the script does not show any function 😞 https://github.com/cf-tools/omega-scripts/blob/master/admcmd.c Would be great if someone can halp. thx Share this post Link to post Share on other sites
Sid Debian 134 Posted September 5, 2019 Problem based on message function. Script can't handle admin input, you may try to debug messages from init.c but still no luck to catch input to any log file. Share this post Link to post Share on other sites
Uncle Zed 272 Posted September 5, 2019 This was created in November 2018. Why not use one of the regular available admin mods that have been developed since, such as Community Online Tool? Share this post Link to post Share on other sites
Printaix 3 Posted September 5, 2019 The Admin script does not need any addons on server or client. I was able to add own commands to the script. The admin functions are availlable to everyone who can log in as admin. That's why i like the script solution. Btw Community Online Tool is from 11/2018 too and we are dependent on updates if dayz changes something. Share this post Link to post Share on other sites
Uncle Zed 272 Posted September 5, 2019 31 minutes ago, Printaix said: That's why i like the script solution. Btw Community Online Tool is from 11/2018 too and we are dependent on updates if dayz changes something. And it's been kept up to date. Still works with 1.05. Requiring someone to download COT is not a deal breaker. It's not so big that it's cumbersome. Share this post Link to post Share on other sites
Printaix 3 Posted September 7, 2019 I installed COT on my server and it wolks but seems to have some bugs. And we do have players who dont want to or are not able to install the mod in their game. I was very happy with the old script solution and so i'm still interressted in getting it to work again in 1.05. If someone can help ... would be soooo nice 🙂 1 Share this post Link to post Share on other sites
ewillios 0 Posted October 18, 2019 Would join me here Share this post Link to post Share on other sites
ewillios 0 Posted October 18, 2019 https://github.com/Pwnoz0r/ODZTools/tree/master/Scripts/Logger change the first line in init.c #include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\ODZTools\\Scripts\\Logger\\Logger.c" and add in init.c void main() { Logger.Init(); Logger.Log(LogType.Debug, "This is a debug message!"); Logger.Log(LogType.Info, "This is a info message!"); Logger.Log(LogType.Warning, "This is a warning message!"); Logger.Log(LogType.Error, "This is a error message!"); ................................................................................. and change the first line in Logger.c #include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\ODZTools\\Scripts\\Logger\\Enums\\LogType.c" I hope you can get better debug information Unfortunately, I am not a professional Share this post Link to post Share on other sites