Hello Guest, please login or register.
Did you miss your activation email?
Login with username, password and session length.

Show Posts

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.

Messages - Dayjo

Pages: 1 ... 107 108 [109]
2161
Other Discussion / Re: Help this poor guy out. It's a good cause
« on: April 23, 2006, 10:41:10 pm »

2,000,000

why's it changed? is he going for like a full out gang bang now or something?

2162
Quote
lol I said Bargain booze havnt you heard of it?
If its a shop then no, i tend to use the supermarket or my local news-agent for alchol.
Go Threshers!... 8 cans of guiness for ??7.50. Bargain.

2163
Coding / [Request / Solved] Help; Disabled and <span> in firefox.
« on: April 23, 2006, 05:17:09 pm »
Hi, I'm trying to disable a set of form elements, I've managed to get it to work in IE by using the "disabled" attribute of a <span>, but firefox doesnt seem to recognise it and therefore doesnt disable the <span>.
Anyone know how I can do this?

2164
lol, hes faking. ??20 worth of alcholl wouldnt get you pissed enough to screw your spelling up that bad. ... Well unless you drink tramp beer. (aka. Cheap, awfull tasting cider).
Could get a half decent/crap bottle of whiskey for ??20.
Depending on the guy though, I'd say he's faking. Even when out of my skull I can type pretty well. And i'm never like "asdi dida a dunk! aon tah bottle! hah!"
I'm more like "omg, I can't actually see. O_o"

2165
Coding / Re: [VB6]Keyboard Checking?
« on: April 23, 2006, 01:30:05 pm »
Yeah you could add a timer and set the interval to something small. 1000 = 1 second, so 250 might be fast enough. You also might want to make a function to determine if the button has been clicked rather than if the button is just being held (which is what that KeyDown function checks).

You could just check like this:

Code: [Select]
Private Sub Timer1_Timer()
'Check to see if the key is down, and the key wasnt down before
If KeyDown(vbKeyF12) And eftwelve = False Then
        eftwelve = True
        'Do whatever you want to happen when the key is pressed
End If

If Not KeyDown(vbKeyF12) Then
      eftwelve = False
End If
End Sub

2166
Entertainment / Re: Scary Zelda
« on: April 23, 2006, 02:17:26 am »
I've never been scared by any of the games. However my mate stopped playing OOT for 2 years after he got scared of the forest temple lol.

2167
Coding / Re: [VB6]Keyboard Checking?
« on: April 23, 2006, 02:06:04 am »
VB6 (not sure if it works on other versions)

First of all you need to declare the GetAsyncKeyState library:
Code: [Select]
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As KeyCodeConstants) As Long

Then you can declare your KeyDown function
Code: [Select]
Private Function KeyDown(ByVal vKey As KeyCodeConstants) As Boolean
KeyDown = GetAsyncKeyState(vKey) And &H8000
End Function


Then use the function like this:
Code: [Select]
If KeyDown(vbKeyF12) Then
End
End If

2168
Other Discussion / Re: Happy Birthday Jesus!
« on: April 20, 2006, 11:13:54 pm »
February 20th

2169
Other Discussion / Re: DOWNLOAD HARDWARE
« on: April 20, 2006, 11:12:30 pm »
You cant beat the excellent deal on the CPU i downloaded today, only $3, and its 20Mhz O_O.
20!? You're joking!!  :o

Only thing I've ever downloaded was a webcam. Really crap.

2170
LTTP & FSA / Re: Request:Water Cliff tiles
« on: April 19, 2006, 09:15:08 am »
(They're the water animations)

2171
Discussion / Re: Rapid game developer (56k warning)
« on: April 15, 2006, 05:09:55 pm »
Looking Great Helios. I hope that this has an option for built in help file (chm stylie with html).

Keep up the good work, I'm sure this will definatly be a worth while purchase. (btw, ??2.50 is nothing, sell for like ??5 min), although depending on upgrades etc, if you'll have permenant registration, or you'll have to register each new version etc.

2172
Debates / Re: Smoking
« on: April 13, 2006, 02:31:13 pm »
Can't wait till the ban on smoking in public places comes into action over here. One thing I hate about going out, (To the pub, or clubs or whatever) is coming out stinking of smoke. -_-

2173
Audio / Re: Zelda sound effects
« on: April 13, 2006, 01:04:36 pm »
lol, no offense intended, obviously. You might want to try the FTP access again because I'm not sure whether that got screwed as well. If it did just let me know, else feel free to just upload everything again if you wish.

2174
Audio / Re: Zelda sound effects
« on: April 12, 2006, 10:56:05 pm »
Goodnight you old bum, you're never on msn. I'm sorry but there was a serious server crash and everything from that subdomain got lost. You should still have access and be able to re-upload it though (if you still have the files).

2175
Feedback / Re: About Mods!
« on: April 01, 2006, 10:36:10 pm »
I nominate:

AleX XelA
Kleaver
Lunar (We need a kickass mod)
Fox
Alex2539
Hyrule_boy

The most capable. There's a few other but there not active enough to be nominated by me
lol



* Dayjo Aspen vanishes into a cloud of dust

Pages: 1 ... 107 108 [109]

Contact Us | Legal | Advertise Here
2013 © ZFGC, All Rights Reserved



Page created in 0.025 seconds with 31 queries.

anything