Page 11 of 64 FirstFirst ... 678910111213141516213661 ... LastLast
Results 101 to 110 of 640

Thread: PR Server Priming Super Sticky™

  1. Registered TeamPlayer 11Bravo's Avatar
    Join Date
    08-11-06
    Location
    Somewhere in Oklahoma.
    Posts
    3,617
    Post Thanks / Like
    Stat Links

    #101

    Re: PR Server Priming Super Sticky™

    Quote Originally Posted by DancingCorpse
    Where in Sams Hell are you all? GIT UR BUTTS IN 'ERE!
    Attempting to reassemble my PC after pulling it apart to clean out the cat hair and dust bunnies. As it stands, the dust bunnies were growing stronger by the day. I had some congregating in the CPU Heat Sink Area attempting to disrupt my gaming. I just got done eating, have to reassemble the whole thing, I completely removed the MOBO, 1 AGP Vid card, 2 PCI cards, 2 DVD/RW Drives, 2 HDD's, several fans, the front panel of the case housing, Power Supply, and various cables that need to be reattached. I might have it done in an hour. Oh shit, forgot, since I removed the CPU Heat Sink & Fan, I'll have to re-thermal paste the CPU as well. I'll see if I can get it fire up after hooking it all back up. Then maybe I'll see you in game tonight. If not, I tried.
    ****************11B*************** Look for Pathfinder75thB in TeamSpeak! ***************11B*****************

  2. Registered TeamPlayer
    Join Date
    09-26-07
    Posts
    2,358
    Post Thanks / Like
    Stat Links

    #102

    Re: PR Server Priming Super Sticky™

    I'll make myself some dinner first then join you guys.

  3. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #103

    Re: PR Server Priming Super Sticky™

    I'd love to join in but I've been real busy lately doing this :

    Code:
    ...
    ...
    ...
    for(int i=0; i<LegalChar1.length && !DeemedLegal; i++)
    					if(e.getKeyChar() == LegalChar1[i] || e.getKeyChar() == ' ' || e.getKeyChar() == KeyEvent.VK_BACK_SPACE)
    						DeemedLegal = true;
    				if(e.getSource() == cComp.getTxtField(0) && Choice == 1)
    				{
    						for(int i=0; i<LegalChar2.length && !DeemedLegal; i++)
    							if(e.getKeyChar() == LegalChar2[i] || e.getKeyChar() == KeyEvent.VK_BACK_SPACE)
    								DeemedLegal = true;
    				}
    				if(e.getSource() == cComp.getTxtField(3))
    				{
    					for(int i=0; i<LegalChar2.length && !DeemedLegal; i++)
    						if(e.getKeyChar() == LegalChar2[i] || e.getKeyChar() == KeyEvent.VK_BACK_SPACE)
    							DeemedLegal = true;
    				}
    				if(!DeemedLegal)
    				{
    					DeemedLegal = false;
    					e.consume();
    				}
    				
    				if(e.getSource() == cComp.getTxtField(0) && 
    						(cComp.getTxtField(0).getText() + e.getKeyChar()).length() > 20 &&
    						cComp.getTxtField(0).getSelectedText() == null)
    					e.consume();
    				if(e.getSource() == cComp.getTxtField(3) && 
    						(cComp.getTxtField(3).getText() + e.getKeyChar()).length() > 30 &&
    						cComp.getTxtField(3).getSelectedText() == null)
    					e.consume();
    				
    			}//end TextBox Event
    ...
    ...
    ...

  4. Registered TeamPlayer DancingCorpse's Avatar
    Join Date
    10-21-08
    Location
    Waco, Texas
    Posts
    12,228
    Post Thanks / Like
    Blog Entries
    6
    Stat Links

    Gamer IDs

    Gamertag: Dancin Corpse Steam ID: deltacorpse DancingCorpse's Originid: DancingCorpse
    #104

    Re: PR Server Priming Super Sticky™

    Just got done playing a full 4 hours of Muttrah, never got about 8 players on each team

    Then I Blue Screened

  5. Registered TeamPlayer ***COMMANDER***'s Avatar
    Join Date
    05-19-06
    Posts
    17,813
    Post Thanks / Like
    Stat Links

    Gamer IDs

    Steam ID: 76561197983313098
    #105

    Re: PR Server Priming Super Sticky™

    Quote Originally Posted by DancingCorpse
    Just got done playing a full 4 hours of Muttrah, never got about 8 players on each team

    Then I Blue Screened
    What caused a blue screen, perhaps a ctd?

  6. Registered TeamPlayer DancingCorpse's Avatar
    Join Date
    10-21-08
    Location
    Waco, Texas
    Posts
    12,228
    Post Thanks / Like
    Blog Entries
    6
    Stat Links

    Gamer IDs

    Gamertag: Dancin Corpse Steam ID: deltacorpse DancingCorpse's Originid: DancingCorpse
    #106

    Re: PR Server Priming Super Sticky™

    Quote Originally Posted by ***COMMANDER***
    Quote Originally Posted by DancingCorpse
    Just got done playing a full 4 hours of Muttrah, never got about 8 players on each team

    Then I Blue Screened
    What caused a blue screen, perhaps a ctd?
    I CTDd when the next map finished loading and I was trying to choose my kit, and that caused the BSOD, I'm thinking it might be the CPU, but I am really hoping it isn't....

  7. Registered TeamPlayer DancingCorpse's Avatar
    Join Date
    10-21-08
    Location
    Waco, Texas
    Posts
    12,228
    Post Thanks / Like
    Blog Entries
    6
    Stat Links

    Gamer IDs

    Gamertag: Dancin Corpse Steam ID: deltacorpse DancingCorpse's Originid: DancingCorpse
    #107

    Re: PR Server Priming Super Sticky™

    Git in 'ere, we needs some reinfarcements!

  8. Registered TeamPlayer SovietDooM's Avatar
    Join Date
    09-20-08
    Location
    Here
    Posts
    5,997
    Post Thanks / Like
    Stat Links

    Gamer IDs

    Steam ID: 76561197995394916 SovietDooM's Originid: SovetDooM1
    #108

    Re: PR Server Priming Super Sticky™

    Quote Originally Posted by DancingCorpse
    Git in 'ere, we needs some reinfarcements!
    Dispatch the DooM

  9. Registered TeamPlayer SpiritOfF1re's Avatar
    Join Date
    08-30-08
    Location
    VA, USA
    Posts
    4,831
    Post Thanks / Like
    Stat Links

    Gamer IDs

    PSN ID: Splintrr Steam ID: SpiritOfF1re SpiritOfF1re's Originid: Runehearte
    #109

    Re: PR Server Priming Super Sticky™

    2:30 CST/3:30 EST...lets go!

  10. Registered TeamPlayer SpiritOfF1re's Avatar
    Join Date
    08-30-08
    Location
    VA, USA
    Posts
    4,831
    Post Thanks / Like
    Stat Links

    Gamer IDs

    PSN ID: Splintrr Steam ID: SpiritOfF1re SpiritOfF1re's Originid: Runehearte
    #110

    Re: PR Server Priming Super Sticky™

    6 in already, get in!

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Bookmarks

Posting Permissions

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