Page 2 of 4 FirstFirst 1234 LastLast
Results 26 to 50 of 82

Thread: The first Scar Based Chat Room!

  1. #26
    Join Date
    Oct 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Once youre done with the form I'll update that instead of the text version. I'd also appreciate it if people really used it .


  2. #27
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    The problem is I need to get the form to update.. I think I will use a timer.. But I dont know where exactly to put my loop, Dan, add me here, and moon111, add me to

    msn: selmer-anderssen(at)hotmail.com

    Edit: Hehe i log on now :P (I mean the chat)...
    Edit2: Where do i put my loop?
    Edit3: Please anyone heelp!

  3. #28
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Bump, sorry for double post, but i really need help here...

  4. #29
    Join Date
    Jul 2007
    Location
    Right now? Chair.
    Posts
    8,488
    Mentioned
    3 Post(s)
    Quoted
    12 Post(s)

    Default

    nice script, im on, but i'm the only one put the loop after you pop up the form. in the loop dp something like this:
    SCAR Code:
    MarkTime(MessageUpdate);
      repeat
        if TimeFromMark(MessageUpdate >= 60000) then
        begin
          ReCheckMessages;
          MarkTime(MessageUpdate);
        end;
        wait(1000);
        if IsFKeyDown(1) then
          SendMessage;
      until(False)

    ~RM

    I & I know Zion. It is in the spirit, body and mind of every one of us
    RMouse(obj: TMSIObject): boolean;

  5. #30
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Markus View Post
    I don't think so.
    And btw, you aren't the first. The_rs_monkey made a SCAR IRC client a while back
    *sigh*as soon as I saw the topic's name I wanted to post that this has been made beofre I think pentti was the first one. Very nice themes etc, ask him when he's online

    -Tsn.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  6. #31
    Join Date
    Apr 2007
    Posts
    3,152
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by zytex View Post
    Bump, sorry for double post, but i really need help here...
    either ur not on msn, so i cant help or u spelled it wrong, in which case add me . But i dont see the big problem. Just make it update every 100 milliseconds and when u press enter check to see if there's anything in the typing part if there is then update if not then dont.
    SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
    Programming Projects: NotePad | Tetris | Chess


  7. #32
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    The 'big' problem is idk where to put my loop...
    Cus, if i put 'WriteLn('After SafeShowFormModalR;'); right after 'SafeShowFormModalR;' then the message wont come.. but if i put the loop before the SafeShowFormModalR;, then it will never run...

    No.. i didnt spelled the name wrong, cus i got you on my msn list

    Edit: There is a loop in forms: "frmDesign.ShowModal;" script put after that will not run before u hit the X- button on the form...

    Ex:
    SCAR Code:
    procedure ShowFormModalR;
    begin
      frmDesign2.ShowModal;
      WriteLn('NOOOO U CLIXED EXIT!!!');
    end;

    Off-Tpoic: is max postcount in 1 topic 2147483647?

  8. #33
    Join Date
    Apr 2006
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I like this idea!

  9. #34
    Join Date
    Jan 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thankx need help when am scripting and by the time i get on srl or sythe the day is over

  10. #35
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Ok.. I got the form to work, but it is a lil buggy...

    Just hit run and type in username, then u can chat... If the 'Shat Box' Hangs itself, then u need to do Ctrl-Ælt-Delete and stop it from taking over ur computer (not seriously).

    Edit: I think something is wrong with the host.. it laggs VERY much..
    Last edited by Zyt3x; 01-10-2010 at 09:09 PM.

  11. #36
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Dan Cardin View Post
    IRC is different though

    this needs a form . Though i see someone is trying to help you

    does pentii's still work?/anyone know where it is?
    http://srlpentti.awardspace.com/chat/

    found that in my msn history

  12. #37
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    lol thats great!

    but i cant download and the images is soo small!

  13. #38
    Join Date
    Dec 2006
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This could be a great advantage.
    You would just need like different channels for different scripts..
    Think about the possibilities...

  14. #39
    Join Date
    Oct 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK sorry guys for not being around for a while. There seems to be an error: I keep getting Socket Error # 10054 Connection reset by peer.

    I'll fix it soon... But this is awfull, I don't have SRL so I can't use the form based one. I'll try to make it good for anything... I'll sticky the form script on the main page in a bit. I hope some of you actually use it!!!

  15. #40
    Join Date
    Oct 2006
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    OK guys, I have made a descision: Since I really don't have time for SCAR anymore I think I'm going to give the "rights" of this to someone. I really can't do it. The person MUST HAVE php knowledge. I will give him the files etc. and he will maintain the whole thing. I know this is kinda stupid but I don't want this thing to get wiped out.

    Let's see some resumes!

  16. #41
    Join Date
    Apr 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    coolio

  17. #42
    Join Date
    May 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [ Start by entering your username on line !!!!35!!!!. ]

    [Line !!!!36!!!!] user := Trim('Moon111'); // No spaces!


  18. #43
    Join Date
    Jan 2008
    Location
    england
    Posts
    232
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    does n e 1 actualy use this?

    i have had it running for a while and nuttin has happened?

    only 1 user online, me lol

  19. #44
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Maybe you should make the thingy go orange when i recieves a message. GJ

  20. #45
    Join Date
    Feb 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very cool

  21. #46
    Join Date
    Feb 2008
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    sounds pretty nifty
    lasers ftw!
    http://img87.imageshack.us/img87/610...zorzaw7.th.gif
    for every script that is leached, copied, or stolen- one of santa's elves die

  22. #47
    Join Date
    Feb 2008
    Location
    Australia
    Posts
    253
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this is a grt idea
    W00T Timer is awesome!!! He's teaching me to script!
    http://www.stats.srl-forums.com/sigs/4572.png

  23. #48
    Join Date
    Apr 2008
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Good idea it will help a bunch

  24. #49
    Join Date
    Oct 2007
    Posts
    302
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry i can't say if it works or not for me, as no one talks!! XDD
    Previously known as boxcrop.


  25. #50
    Join Date
    Apr 2008
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default It works great Props

    Hey this works great no problems but one no one's ever on when I get on haha

Page 2 of 4 FirstFirst 1234 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Amethlion -A Scar Based ORPG By Solemn Wishes
    By solemn wishes in forum News and General
    Replies: 121
    Last Post: 07-02-2011, 01:53 PM
  2. Quick Chat: the demise of free chat?
    By gillian in forum RuneScape News and General
    Replies: 28
    Last Post: 06-08-2008, 06:03 PM
  3. Help with a javascript chat room, SUPER basic
    By Wade007 in forum Web Development
    Replies: 0
    Last Post: 05-09-2008, 06:13 PM

Posting Permissions

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