Thread: Disconected
View Single Post
  #2  
Old 08-12-2004, 01:51 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Disconected

Quote:
Originally Posted by Google
evertime i connect toa server and enter world i get dissconnected in like 2 minuts can some one help?

thx
Im going to assume this means..

Quote:
Every time I connect to a server and enter the world, I get disconnected like in 2 minutes. Can anyone help?

Thanks.
Paste your world and zone output please.



(P.S. if you are patched to the latest Sony Patch, you can't play right now.)
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.