View Single Post
  #1  
Old 04-18-2011, 02:32 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Load GMAP without adding to server options?

I have a gmap named "mymap.gmap". I have a script which creates temporary copies of it.

For example, it will create one called "mygmap1234.gmap" and copy all of the levels and change the GMAP file contents.

The only way for the server to load the GMAP on serverside (i.e. for the player's level to be "mymap1234.gmap" rather than "mymap1234_a1.nw") is if I use the addgmap function.

Quote:
Originally Posted by scripthelp
addgmap(str) - adds dynamicly a gmap to the options and loads it
The problem is that the GMAP is then also added to server options. This means that after a day there will be several hundred of these temporary GMAPs inside server options.

Is there a way to load a GMAP on the server via script without adding it to server options?
__________________

Last edited by cbk1994; 04-18-2011 at 07:12 AM..
Reply With Quote