i made it work
replace lines 5306 to 5400 with this code
public void createMiniMap()
{
Bitmap miniBitmap = new Bitmap(mapWidth * CellWidth, mapHeight * CellHeight, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
//backimage
for (int y = 0; y <= mapHeight - 1; y++)
{...
i get this error
everything runs perfect except this
from this thread
https://www.lomcn.net/forum/threads/mir3x-server-files.113400/page-3#post-1213240
guys
@Sanity
can you split the source code files every 600 lines of code a new source code file
it will have potential if the code files were 600 lines long maximum each
we could program with chatgpt
so i wrote some code to change the minimap to a full map save
public void createFullMap()
{
// Create a bitmap for the full-size map (adjust size as needed)
Bitmap fullMapBitmap = new Bitmap(mapWidth * 32, mapHeight * 32...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.