Jump to content

ewillios

Members
  • Content Count

    6
  • Joined

  • Last visited

Community Reputation

0 Neutral

About ewillios

  • Rank
    On the Coast
  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 ✌️
×