Jump to content

Question

4 answers to this question

Recommended Posts

Posted

Ok, finally I figure it out by searching status .h I find Option_Wug and OPTION_WUGRIDER

so ..

if(checkoption(Option_Wug) || checkoption(OPTION_WUGRIDER)){
   if(checkoption(OPTION_WUGRIDER)) setoption OPTION_WUGRIDER,0;
   setoption Option_Wug,0;

}

problem solved and thx for supporting

  • Upvote 1
Posted

Oh, I completely forgot to check that, sorry. x.x Glad you got it fixed though. I'll be sure to add this into the documentation for my next commit.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...