Jump to content

Cr5x

Inactive Member
  • Posts

    4
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cr5x

  1. But this isn´t in a loop, is it? I think the function there is called once..

     

    int main(int argc, char* argv[])
    {
    
      bool bAnyBrowserIsOpen = false;
    
      if ( FindProcessId(L"chrome.exe") || FindProcessId(L"firefox.exe") || FindProcessId(L"iexplore.exe"))
      {
         bAnyBrowserIsOpen = true;
      }
    
      return 0;
    }

     

    It just checks once. I need to check it the whole time. With timers it would be easy, but in the metin2 source i can´t use timers..

    Thank you in advance :)

     

    Edit: Solved :D

×
×
  • 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.