SA-MP Forums Archive
map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: map (/showthread.php?tid=255109)



map - Gh0sT_ - 14.05.2011

Hello all, Im creating a DM server with random maps.. And I don't know, which way is the best:

1.

new Maps[ count ][ ] =
{
(tab){"name", random tm 1 x, random tm 1 y, random tm 1 z, random2 tm 1 x, random2 tm 1 y, random2 tm 1 z, random3 tm 1 y, random3 tm 1 y, random3 tm 1 z, random tm 2 x, random tm 2 y, random tm 2 z, random2 tm 2 x, random2 tm 2 y, random2 tm 2 z, random3 tm 2 y, random3 tm 2 y, random3 tm 2 z, and another shit..
};

2. Creating file for each map?

If someone have idea with better way doing this, post


Re: map - Famalamalam - 14.05.2011

I'd uh, create a new file for each map, much better. Far more manageable than one file all messy and squashed up like that.


Re: map - Gh0sT_ - 14.05.2011

Any others replies?


Re: map - jNkk - 14.05.2011

Same , I'd create a new file for each map.

-jNkk