Quote from: Albert Cuandero on Sat 02/10/2004 20:02:15
There is something about those white brows and glasses that somehow distracts me. It looks as if he had two pairs of eyes.
Oh, I'd thought the glasses were just slid down his nose...
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 MenuQuote from: Albert Cuandero on Sat 02/10/2004 20:02:15
There is something about those white brows and glasses that somehow distracts me. It looks as if he had two pairs of eyes.
Quote from: Andail on Thu 30/09/2004 17:54:02Happy?
In the end, it will be impossible to distinguish the playing man from the man he plays.
if (GetGUIAt(mouse.x,mouse.y) == 4) SetMouseCursor(6);
else if (GetGUIAt(mouse.x,mouse.y) ==3) SetMouseCursor(6);
else SetDefaultCursor();
if (GetGUIAt(mouse.x,mouse.y) == 4) SetMouseCursor(6);
else SetDefaultCursor();
SetCursorMode(6);
SetMouseCursor(6);
DisableCursorMode(0);
DisableCursorMode(1);
DisableCursorMode(2);
DisableCursorMode(3);
DisableCursorMode(5);
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.086 seconds with 14 queries.