05-01-2009, 10:52 PM
When I change : (client and server)
to
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.
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)
Code:
Public Const MAX_NPCS = 255
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)