Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mirage Source 4
Dave Wrote:Now both you and William have done it.

Is it only me who can't read black on dark brown?

Fuck, make the label text WHITE!

I can't read the text either Sad.

Robin Wrote:Couple of small replaces:

Change:
Code:
If Not BLoc Then
    BLoc = True
Else
    BLoc = False
End If

To:
Code:
BLoc = not BLoc

and change:
Code:
If Not BFPS Then
    BFPS = True
Else
    BFPS = False
End If

To:
Code:
BFPS = not BFPS

xD looks like I wasn't the only one who learnt something new from Dugor! Hazaa!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)