Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Map over Map?
#7
Acruno Wrote:I had a quick go, just to see if I came up against anything odd.
SendMapTo has gone AWOL. I remember it vaguely from older versions though, what would be in it? I'll have a look and see what I can find.

Mh, I check the latest source.

It's this code you need to duplicate:
Code:
Public Sub SendMap(ByVal Index As Long, ByVal MapNum As Long)
    Call SendDataTo(Index, MapCache(MapNum))
End Sub

Have it run something like:
Code:
Public Sub SendTempMap(ByVal Index As Long, ByVal MapNum As Long)
    Call SendDataTo(Index, MapCache(Map(MapNum).GroundMap))
End Sub
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)