Recent content by MichaelScott

  1. M

    CLEO Help Help with SannyBuilder

    Hello, I would like to know if there is a way to make player go to a specific point on map having its cords.
  2. M

    CLEO Help Need simple help with sannyBuilder

    Alright, i know that this code will be messed up as hell, but it is what i managed to do, sorry for making you fix it. {$CLEO .cs} {$INCLUDE SF} 0000: NOP :label_1 wait 0 if 0AB0: key_pressed 106 then 0AF9: "/zvejoti" 0AD1: show_text "Pradeta...
  3. M

    CLEO Help Need simple help with sannyBuilder

    Wait, maybe i got it. Let me try.
  4. M

    CLEO Help Need simple help with sannyBuilder

    I don't get it, i know it should compare the game text with some kind of string, but it doesnt make sense to me. Also i dont think i need the first label at all, because i'm doing it a bit different. I just dont get that comparison part
  5. M

    CLEO Help Need simple help with sannyBuilder

    So, is it even possible to find when it changes?
  6. M

    CLEO Help Need simple help with sannyBuilder

    Tik dabar pamačiau, kad lietuvis esi Problema ta, kad txd finderis nemato to texdraw
  7. M

    CLEO Help Need simple help with sannyBuilder

    Okay, wait maybe you dont have to do it, I can provide pictures i think
  8. M

    CLEO Help Need simple help with sannyBuilder

    I really can't take a video right now... I dont know how to explain this, basically just one texdraw changes its text and i need to find when it does it.
  9. M

    CLEO Help Need simple help with sannyBuilder

    Okay, I can't give you a pic, but it is very simple. You start fishing with /fish and texdraw appears that says "Fishing". After 25-35 seconds (time is random) it changes to "Repeatedly press ENTER to catch a fish" and a line which fills when you press ENTER. I need the script to automatically...
  10. M

    CLEO Help Need simple help with sannyBuilder

    Could you help me? I would really appreciate that
  11. M

    CLEO Help Need simple help with sannyBuilder

    Thank you very much. Also, maybe you know how my script could detect when textdraw changes? For example it says fishing and i need it to press enter when texdraw changes to Press ENTER.
  12. M

    CLEO Help Need simple help with sannyBuilder

    Installed sampfuncs, but still getting that exception error. And what do you mean with that
  13. M

    CLEO Help Need simple help with sannyBuilder

    This is embarasing, no :D Will install it and tell you if it works. Thank you
  14. M

    CLEO Help Need simple help with sannyBuilder

    Still getting that exception error
  15. M

    CLEO Help Need simple help with sannyBuilder

    Hello, I have just started learning to script with SannyBuilder and i ran into some problems that i can't find any fixes to it. Here is the code: {$CLEO .cs} 0000: NOP thread 'snippet' :label_1 wait 0 if 0AB0: key_pressed 106 then 0AF9: "/fish" 0AD1: show_text "Started fishing" time_in_ms...
Top