14.05.2011, 11:59
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
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