Results 1 to 4 of 4

Thread: bot without smart/simba

  1. #1
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default bot without smart/simba

    can someone please make a tutorial for tutorial island and show us how to disable smart ? there was a thread that told me how to do it but at that time i preferred smart, for this other script i dont want to use smart. but i dont remember which thread it was.

    i remember it said disable the

    // {$DEFINE SRL5}
    // {$DEFINE SMART}

    // {$i SRL/srl.simba}
    // {$i SRL/SRL/misc/paintsmart.simba}


    and also comment out the paint options. but i dont remember if that was all.


    === also how do i mass comment in java and vb/c/python its "/* */"
    Last edited by hemeny; 03-14-2012 at 08:43 AM.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Remove at the top anything about define/include smart.
    Then look near bottom (or ctrl+f) for anything about SMART_Serer/SMART_Signed etc and remove those. All done!

    Leave the SRL lines alone!

    To mass comment/multiple lines use
    Simba Code:
    { comment out this stuff }

  3. #3
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    all u need to do is remove the smart include / define (1 line). the smart_server can stay i think.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  4. #4
    Join Date
    May 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you gentlemen, i did search unfortunately came up with nothing that is why i posted this.

    and the comment thing figured out by looking at some other scripts. again thanks.

    attempting to run it on a different language server. will see if i can get it working.

    Last edited by hemeny; 03-14-2012 at 09:34 AM.

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
  •