Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] Minimap 1.2 problem


Alerd
 Share

Recommended Posts

Hi all i use miracle classic 1.0.6 version this engine use direct 7

i have error

Sub or Function not defined

```

' minimap

If Options.Minimap = 1 Then BltMiniMap

```

–----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Tutorial speak

```

modDirectDraw7

Look for:

' Render the bars

BltBars

```

i dont have modDirectDraw7 i have modDirext7 and clsDX7

```

• Added clsDX7, where i moved things from modText, mosSound and modDirectDraw7

```
Link to comment
Share on other sites

Part 1

Okay in modTypes

```

' Type recs

Public Type OptionsRec

GAME_NAME As String

GAME_WEBSITE As String

SavePass As Byte

Password As String * NAME_LENGTH

Username As String * ACCOUNT_LENGTH

IP As String

Port As Long

MenuMusic As String

Music As Byte

sound As Byte

Debug As Byte

NeedCompress As Byte

End Type

```

add Minimap at before the End Type

–--------------------------

Part 2

Just search in ModDirectX7

```

' Render the bars

BltBars

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...