20-01-2008, 07:36 AM
Well, knowing that i am soon going to be adding a lot to the map editor I went to try and make map.tile(0 to Max_MAPX, 0 to MAX_MAPY) As TileRec and change it to map.tile() as tilerec. Then i began to redim it where need be. However, it does not seem to be working is this even the right redim code for the client side?(testing client side first because I can have visual results).
Got client to work... time for server now... any hints would be helpful
Actually, got it to work on my own... just took a little thinking
Code:
ReDim Map.Tile(0 To MAX_MAPX, 0 To MAX_MAPY)
Got client to work... time for server now... any hints would be helpful
Actually, got it to work on my own... just took a little thinking