Was wondering why I had a random alert from you earlier AWA!
Was wondering why I had a random alert from you earlier AWA!
One word, Amazing.
Test hotel seems laggy, where is it hosted?
here's not lag...Very laggy, I live in the UK and couldn't barely do anything :(
Websites fast 'nuff, just the ingame stuff thats a bit laggy.
My ping is 28 msec, so it isn't the VPS.
IM in Germany and no lags ^^
We have to test stability, so come please online.
Results:
[25] alive users, [8MB] RAM usage. (2-9-2011)
Can't you DoS the server to see if it survives? Because that could open like 1000 connections to the emulator.
Changing name programmed 100%:
---------- Post added at 07:45 PM ---------- Previous post was at 07:02 PM ----------
Random Rooms
Code:public int Random(int CurrentRoom, int HabboId) { var List = (from kvp in RunningRooms where !kvp.Value.OwnerId.Equals(HabboId) where !kvp.Key.Equals(CurrentRoom) select kvp.Key).ToList(); return List[BrickEngine.Random.Next(0, List.Count - 1)]; }