Jump to content

Eaglenest25311

Members
  • Posts

    209
  • Joined

  • Last visited

Posts posted by Eaglenest25311

  1. Windows 98, Me, 2000, XP

    400 MHz Pentium II or equivalent (do you have a computer with pentium?) I have had trouble with AMD

    128 MB of RAM

    8 MB 3D video card (TNT, i810, Voodoo 3, Rage 128 equivalent or better) with DirectX® 8.1 support

    700 MB HD space

    4X CD-ROM drive

     

    It should have no problems with it,

    I will load the game and play it, Give me a couple of hours to test and I will tell you what I find

  2. Same here, I can run any program and have no problems I have xp pro sp2, Two things will stop it, Video Card (memory or graphic), And System Memory(your pc) is to low, Look at game specs(requirments) and check it againts what you have in your system, More than likely that's where your problem lies, Also goto the game web site and look for updates, Maybe they have a fix, also Check your video Card web page and see if they have a update.

  3. In MSN CHAT ROOMS;

    Webtv user now can Make there own profile and no longer have to have Guest_ before thear name. Long time comming, Many are learning this, But the face of Girl Or Boy Next to there name in Member List does not show up yet.

    You can help webtv user's by telling them to goto http://members.msn.com/find.msnw

    And hit My Profile and edit it.

  4. /set %a 5 ;on start

     

    on *:JOIN:#: {

    if ($nick != $me) { ;if not me

    if (%a => 5) { send.msg } ;if value is equil or greater than 5, send message(what message)

    else {

    write nicklist.txt $nick ;write name to text

    }

    }

     

     

    on *:PART:*: {

    if ($nick != $me) {

    write -ds $+ $nick nicklist.txt ; What does the $+ do Add a Name?

    }

    }

     

     

    alias send.msg {

    var %x = 0 ; is this to make random?(var)

    while (%x < $lines(nicklist.txt) {

    query $read(nicklist.txt) message here

    inc %x ;to include number to message

    }

    }

  5. Your right, It was just a thought.

    How ever I need something new,

    Is there a way to log on text who came in and remove there name when they leave, like write($nick) to nicklist.txt then remove($nick) from nicklist.txt, also how do you add a value to a letter?

    $a1 = 1, $a2=5 ect.., ?

  6. Maybe same thing as tecgeer007 group menu would be what I'm looking for, That would work too, But I also wanted to post other messages to others like jokes, news and help messages. Maybe it's two programs, Donno

  7. Not hole room, Just new guest, and Just guest help message, Command sring, And varius news, Like I said Just option to wisper, and regular post ect.., No need to post to older guest that has seen the post, Does that help explain better?

×
×
  • Create New...