hey, so..i added binary arrays and i have seamless maps...so, when i join the server i get this error in blttile:
With Map.Tile(RealX, RealY)
RTE 9
with mousehover it says: With Map.Tile(RealX, RealY)=
i dunno why :/, please help me guys!
thanks!
Hover over RealX and RealY - they are more then likely out of the array's bounds (ie = 0).
In other words, you are not getting the right values.
Just a guess - never used Mirage myself, but know plenty about debugging. :wink:
but thats not the case :/, if i go with the mosue over realx or realy is says:
Realx = 11
RealY = 0
thanks!
If maps are an array on the client-side now, you'll need to state which map you're blting.
Map(MAPNUMBER).Tile(X,Y) etc.
I know for a fact Map client side is not an array but sMaps is an array
Map = the map you are on
sMaps = the surounding maps
I have gotten the same error but with sMaps
not realy sure how to fix this error though
(been kind of busy not much time to program)
Misunderstood
Unregistered
Did you make the tile array dynamic?