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

lenda66

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by lenda66

  1. Hello guys, first I would like to thank the engine!

    I found a mistake in it and would like to solve, if I put the map in size 30x30 and put any NPC him give the server error and closes.

    How to solve this?

    RTE 9

    > Public Sub UpdateMapBlock(mapnum, x, y, blocked As Boolean)
    >
    > If blocked Then
    >
    > MapBlocks(mapnum).Blocks(x, y) = 9
    >
    > Else
    >
    > MapBlocks(mapnum).Blocks(x, y) = 0
    >
    > End If
    >
    > End Sub
×
×
  • Create New...