Jump to content

Miyamoto Musashi

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Miyamoto Musashi

  1. On 23/05/2015 at 6:30 PM, DeeJaYSooN said:
    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.