Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

ewillios

Members
  • Content Count

    6
  • Joined

  • Last visited

Everything posted by ewillios

  1. ewillios

    Admin For Dayz Standalone (Works)

    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
  2. ewillios

    Admin commands without mod

    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
  3. ewillios

    Admin commands without mod

    https://opendayz.net/threads/odztools-logger.22335/ i hope this can help to find a solution
  4. ewillios

    Admin For Dayz Standalone (Works)

    Would join me here
  5. ewillios

    Admin commands without mod

    I would join the troubleshooting where could I get information
  6. ewillios

    Linux Server Dayz Standalone

    If you would like to inquire about the current state of development for Linux Server, you will be able to implement Linux Server. 😎 Many Thanks ✌️
×