![]() |
Resizing map - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: Resizing map (/showthread.php?tid=2559) |
Resizing map - Acruno - 15-02-2009 Ok, I changed my MAPX and MAPY constants, I tried to create a new map and I got rte9. Code: Map.Tile(X, Y).Data1 = CInt(Parse(n + 5)) That line highlighted. Re: Resizing map - Matt - 15-02-2009 Delete all your maps first. Re: Resizing map - Acruno - 15-02-2009 I did. I know that much. ![]() Re: Resizing map - Robin - 15-02-2009 Change the size so it's the same in both client and server, and delete your maps in both client and server. Re: Resizing map - Acruno - 16-02-2009 I forgot to do the server :S Last time I programmed was summer last year, and I wasn't good then.. |