Results 1 to 4 of 4

Thread: Need help please!!!

  1. #1
    Join Date
    Feb 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Angry Need help please!!!

    Begin

    mmouse(posx,posy,10,10);

    if (P07_ContainsText(P07_GetUpText, 'ank' )) then
    Begin
    ClickMouse2(mouse_Right);



    if not ( P07_ChooseOptionMulti(['uickl', 'ank Ban']) ) then
    goto str;



    end
    It's saying (dif bank detection).simba(600:51): Type mismatch at line 599
    Compiling failed.

    LINE 599-if (P07_ContainsText(P07_GetUpText, 'ank' )) then

    CAN SOMEONE HELP ME PLEASE THIS IS DRIVING ME CRAZY OMG

  2. #2
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    No idea where line 599 is for that matter, but this looks like it's causing the type mismatch.
    ClickMouse2(mouse_Right);

    You can't have mouse_Right. If you look at the SRL include you will see you need a Boolean or Integer for the type of mouse click you want to perform.

    Best of luck.

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Just use: if P07_IsUpTextMultiCustom([ 'ank']) then

    Clickmouse2(mouse_right); should work normally.

    Creds to DannyRS for this wonderful sig!

  4. #4
    Join Date
    Nov 2011
    Location
    United States
    Posts
    815
    Mentioned
    6 Post(s)
    Quoted
    284 Post(s)

    Default

    Would help if we had the full code. I Feel like there are other problems then those 3 lines.

    Edit: nvm i think you didnt install the 07 include which the the problem, idk tho cause i dont use 07 suff.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •