Jump to content

Miyamoto Musashi

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Miyamoto Musashi

  1. Hello metin2dev, I'm trying to get source mainline_clean into a dedicated 64bit freebsd (ovh) so I can not get, anyone to help me? img link thanks.
  2. The error says that you did not declare the "checking", to solve your problem you must add the "bool checking = false;" below ACMD(do_stat) { char arg1[256]; one_argument(argument, arg1, sizeof(arg1)); Like this: ACMD(do_stat) { char arg1[256]; one_argument(argument, arg1, sizeof(arg1)); bool checking = false;
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.