Fun Board


Go Back   Fun Board » Games » Consoles gaming » Microsoft Xbox & Xbox 360

Microsoft Xbox & Xbox 360 Microsoft Xbox and Xbox 360 games reviews.

Tags: , ,


Reply
 
LinkBack Thread Tools Display Modes
Old 18th June 2010, 17:27   #2 (permalink)
The alMIGHTY N
Guest
 
Posts: n/a

On Jan 18, 9:27 am, "Jonah Falcon" <jonahny...@mindspring.com> wrote:
> http://www.1up.com/do/newsStory?cId=3177637
>
> Another reason you pay $50 for Xbox Live. Even the rarest XBLA games will
> always have multiplayer.


Calling All Cars did have multiplayer. Sony shut the servers down
because there just wasn't any interest anymore - 3 to 4 people tops
playing at any given time?!
  Reply With Quote
Old 18th June 2010, 17:27   #3 (permalink)
Nick Soapdish, Jr.
Guest
 
Posts: n/a

On Jan 18, 11:45 am, The alMIGHTY N <natle...@yahoo.com> wrote:
> On Jan 18, 9:27 am, "Jonah Falcon" <jonahny...@mindspring.com> wrote:
>
> >http://www.1up.com/do/newsStory?cId=3177637

>
> > Another reason you pay $50 for Xbox Live. Even the rarest XBLA games will
> > always have multiplayer.

>
> Calling All Cars did have multiplayer. Sony shut the servers down
> because there just wasn't any interest anymore - 3 to 4 people tops
> playing at any given time?!


Ah, once again, Jonah has zero grasp of the facts; either that, or
selective grasp at the facts when a chance to whore out for Microsoft
occurs.
  Reply With Quote
Old 22nd June 2010, 18:07   #4 (permalink)
Nick Soapdish, Jr.
Guest
 
Posts: n/a

On Jan 18, 11:45 am, The alMIGHTY N <natle...@yahoo.com> wrote:
> On Jan 18, 9:27 am, "Jonah Falcon" <jonahny...@mindspring.com> wrote:
>
> >http://www.1up.com/do/newsStory?cId=3177637

>
> > Another reason you pay $50 for Xbox Live. Even the rarest XBLA games will
> > always have multiplayer.

>
> Calling All Cars did have multiplayer. Sony shut the servers down
> because there just wasn't any interest anymore - 3 to 4 people tops
> playing at any given time?!


Ah, once again, Jonah has zero grasp of the facts; either that, or
selective grasp at the facts when a chance to whore out for Microsoft
occurs.
  Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post

Problem with calling an exe in the script

On Nov 23, 11:27 am, Luis Lavena <luislav...@gmail.com> wrote: > On Nov 23, 3:16 am, deepti <deepti.kub...@gmail.com> wrote: > > > I am not able able to start a thread which checks the pop-ups in the > > background. I used this code but doesn't seem to work... > > > x=Thread.new do > >...
deepti Ruby 2 15th December 2010 22:47

calling 'C' code from Ruby

Dear Rajinder, there's also RubyInline (http://www.zenspider.com/ZSS/Products/RubyInline/) and Rice (http://rice.rubyforge.org/) for bringing C and Ruby together. I can't say whether they'd be better adapted for what you are trying to do, but I'd be interested to learn which of the different...
Rajinder Yadav Ruby 5 15th December 2010 22:44

Calling method from another class

On Thu, Aug 27, 2009 at 1:59 AM, Kostas Lps<louposk@gmail.com> wrote: > So a module is a considered to be a class? Or is something completely > different?? Well in a classical sense Class is a subclass of Module, so someone who viewed the world as class=type hierarchies would say that a...
Kostas Lps Ruby 14 15th December 2010 22:42

Need Help Calling a Function Twice

On Dec 17, 9:55 am, Jonathan Lee <cho...@shaw.ca> wrote: > On Dec 17, 9:24 am, AJ <ajlal.syed...@gmail.com> wrote: > > > > > > > Ok i did what you said but now i am getting a new error that is even > > more confusing: >
AJ Moderated usnet disscussion 8 15th December 2010 19:37

Need Help Calling a Function Twice

On Dec 16, 7:20 pm, AJ <ajlal.syed...@gmail.com> wrote: <snip> > void Line::draw(Canvas &canvas, double angle) > { >      double theta = angle; >      for(unsigned int i = 0; i < linex1.size(); i++) >      { >           double x_one = linex1; >           double y_one = liney1; >          ...
AJ Moderated usnet disscussion 2 15th December 2010 19:37

function calling conventions in C++

On Wed, 23 Sep 2009 23:48:40 -0700 (PDT), Pallav singh <singh.pallav@gmail.com> wrote in comp.lang.c++: > Hi All , > > is there a function calling conventions in C++ , which specifies > Argument Passing left to right . > > Thanks > Pallav Singh
Pallav singh Moderated usnet disscussion 4 15th December 2010 19:21

Re: Calling function in another dll.

On Jul 14, 12:57 pm, jis <jisma...@gmail.com> wrote: > Hi C++ gurus > > I have a problem. > crypt(Nbr); > > i get exception while running in release mode. try calling
mzdude Moderated usnet disscussion 0 15th December 2010 19:01

Calling C++ methods from Plain C

On Sep 28, 7:18 am, sas <sasho...@gmail.com> wrote: > I know how to use extern "C" to call plain c methods from C++ files, > but how do you call methods in cpp files from c files? I need this > because the GUI oriented part of my program uses FLTK (C++), but the > main part is written in C. ...
sas C 6 15th December 2010 18:28

Calling Compiled Java Class

On Sat, 5 Dec 2009 23:16:17 -0800 (PST), tamasu <tamasumalta@gmail.com> wrote, quoted or indirectly quoted someone who said : > >How can I use a method to compile a java class? see http://mindprod.com/jgloss/onthefly.html >How can I use a method to call a compiled java class? If it known...
tamasu Java 6 14th December 2010 11:34

too many that=this ... better solution for calling methods in lambdas?

Hi, I have many calls of methods inside of lambda functions in a object method: obj.prototype.methodA = function() { var that = this; ... doing something ... list.forEach(function(x) { // or it might be a callback in XHR that.methodB(x); } .... doing something else ...
=?ISO-8859-2?Q?Mat=ECj_Cepl?= JavaScript 4 13th December 2010 12:33

calling functions

Hello, Calling a function always works when the invocation is placed AFTER the function-definition. But what if the invoke-statement is placed BEFORE it ? I thought it shouldn't work but apparently ... in some cases it works, in other cases it doesn't as illustrated in following example.
Chris JavaScript 3 13th December 2010 12:31

Calling overloaded SOAP-operation

Hi there, I have to call an SOAP-operation, which is overloaded in the WSDL- definition: <wsdl:definitions> <wsdl:message name="createSessionRequest"> <wsdl:part name="host" type="xsd:string"/> <wsdl:part name="port" type="xsd:int"/> <wsdl:part name="sslport" type="xsd:int"/> <wsdl:part...
Stefan Schulze PHP 4 13th December 2010 10:08

All times are GMT +1. The time now is 21:44.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2