Results 1 to 6 of 6

Thread: randomrclickevery

  1. #1
    Join Date
    Jul 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default randomrclickevery

    On every script that I try to run it always comes up with the same error:

    Line 247: [Error] (15061:4): Unknown identifier 'RandomRClickEvery' in script


    any ideas?

  2. #2
    Join Date
    Jul 2007
    Location
    England
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hello

    Is,

    SCAR Code:
    {.include SRL/SRL/Extended/xAntiBan.scar}

    Included in that script at the top? If not then that is your answer

    -Nitro

  3. #3
    Join Date
    Jul 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nope. I'll add that and try it.

    Thanks so much.

  4. #4
    Join Date
    Jul 2007
    Location
    England
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by towinthiswar View Post
    Nope. I'll add that and try it.

    Thanks so much.
    Your welcome,

    Could you post back weather it worked or not? Thanks.

    -Nitro

  5. #5
    Join Date
    Jul 2007
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    now its saying

    Failed when compiling
    Line 205: [Error] (16817:4): Unknown identifier 'RandomChatEvery' in script


    lol i think im just gonna give up on autoing. i read all the tuts but i still have a very basic understanding lol.

  6. #6
    Join Date
    Jun 2007
    Location
    I'm not sure...
    Posts
    581
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow, I'd help you, but you've gotta lose the leacher attitude. It's in the anti-ban procedure I'm guessing, so it'll look something like this:
    SCAR Code:
    Procedure NeverBanMe;
      Begin
        Case Random(10) of
          0: Something;
          1: Something else;
          2: Something different;
          3: Something crazy;
          4: Something stupid;
          5: Something insane;
          6: Something patriotic;
          7: RandomChatEvery(whatever);
          8: Something;
          9: Something else;
        End;
      End;
    Find your f-ed up thing (RandomChatEvery) and replace it with
    SCAR Code:
    Exit;
    That'll just make it exit the procedure, which is fine for an antiban.
    ---------------------------------------------------------


    Pm me if you need any math functions made. Me = l0ving t3h mathz

    ---------------------------------------------------------

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
  •