Im working on a game using MOOClick and iv made a server to accept the clients connecting.
Now when a client connects to my server app the clients unique ID's in MooClick is starting at -1047559775 or something :S
and i remember when i started working on my game the ID's started at 1 and then 2,3,4.. etc.
Anyone know a solution to this?
Thanks in advance.
Souley
(Sry for bad english, im from Denmark)
Edited by the Author.
n/a
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
12th November, 2008 at 03:55:43 -
I've never come across that problem before. But it's strange for it to happen if you have not changed any code. If you have any older builds of the server make sure to test them and see if they work. If they do, see what you have changed between now and then.
Hey guys, if you need a spritist or someone to create anything about art:
-Logos
-Cut-scenes
-Sprites
and all sort of other things, then just send me an email or PM me!
Originally Posted by Andrew Noel (Dynamite) How are you retrieving the User's id?
Im retrieving the ID's fine, but i just found out that when i run the server on my stanionary it works and starts at 1, but when i run the server on my laptop it starts at the weird numbers. Also found out that when i change the port to host the server on, the ID numbers change, but they still start very high no matter what port im using.