Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[FIXED] Big bug MS3.0.3
#1
When I change : (client and server)
Code:
Public Const MAX_NPCS = 255
to
Code:
Public Const MAX_NPCS = 500

It's work, but in the client, when I add a npc in the map properties (after 255), I have a runtime error 6 out of memory.
Quote:For I = 1 To MAX_MAP_NPCS
Map.Npc(I) = cmbNpc(I - 1).ListIndex
Next I

I use a MS3.0.3 very modified, but i have the bug on a clean mirage source.

Can I help me please ?

Thanks you in advance. (sorry for my bad english)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)