yes..it's happen to me too..but not only the search menu,it's happen when i log in to this forum site 2 days ago..but now it's back to normal and i can view,read & create a topic in the forum site.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
String text = "This is some text.";
int width = GetTextWidth(text, Game.NormalFont);
int height = GetTextHeight(text, Game.NormalFont, width);
int x = (System.ViewportWidth - width) / 2;
int y = System.ViewportHeight - 5 - height;
Overlay *textOverlay = Overlay.CreateTextual(x, y, width, Game.NormalFont, 15, text);
Wait(GetGameSpeed() * 3);
textOverlay.Remove();
This is the text
Hello World
but not like this..
This is the text
Hello World
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.044 seconds with 14 queries.