A friend told me and I couldn't help checking... love your easter egg, CJ!
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: DeathWish on Wed 22/12/2004 23:11:52I couldn't help but point out the irony that there are at least five spelling mistakes in your post.
Proof Reading
I am an exceptionally good speller (if I do say so myself)
/// put 'int holddown = 0;' at the top of your global script file
if (IsButtonDown (LEFT) && IsGUIOn (THINGY) == 0) {
holddown ++;
if (holddown >= 40) {
holddown = 0;
GUIOn (THINGY);
// set GUI position to mouse pos
}
}
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.163 seconds with 16 queries.