GH Bug

Post Reply
Davidio
Psycho
Psycho
Posts: 67
Joined: 22 Feb 2011, 12:18
GH nick: Davidio

GH Bug

Post by Davidio »

Hello all,

i have found a bug:

Go of options -> Display -> URL Color

Select the black left down, and click OK.
Now comes a error message, click OK, again.
Game Hunter will crashes now :lol: :D
User avatar
Sektor
Boss
Boss
Posts: 1423
Joined: 04 Mar 2008, 06:51
GH nick: Sektor
Location: GTAMP.com
Contact:

Re: GH Bug

Post by Sektor »

Thank you for reporting it. It used to work but it was broken when someone changed the base from 0 to 1. Fixed in the beta.
BenMillard
Immortal
Posts: 889
Joined: 16 May 2009, 06:14
GH nick: BenMillard
Location: London, UK
Contact:

Re: GH Bug

Post by BenMillard »

D'oh! Another thing I broke. Perhaps we should replace the lowest magic number in For loops for the chat control with a constant, like CHAT_LBOUND?

[syntax=vb]Const CHAT_LBOUND = 1

Sub Demo
Dim i as Integer
For i = CHAT_LBOUND to rtbChat.UBound
'do something to each chat history box
Next
End Sub[/syntax]
(EDIT) Proposed as GTA2 Game Hunter Issue 18.
Post Reply