View Single Post
  #3  
Old 01-09-2013, 08:07 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Stowen View Post
Okay, so I'm trying to disable the default map on my server, and I used 2 ways, both of them failed. Is there another way to remove the default map?
I'm trying to use the one Dusty scripted, it works but I have to press M twice, once for the default map, then one more time to get Dusty's to show up.

This is what I have for disabling it in my main system:

PHP Code:
disableMap();
enablefeatures(allfeatures 0x100 0x200 0x1000); 


FEATURES

1 // M key (map)
Both of these should work, are you sure you don't have a script elsewhere which is also using enablefeatures() or enablemap()?

Quote:
Originally Posted by Tim_Rocks View Post
I'm fairly certain you open you .gmap file and under height put NOAUTOMAPPING. That's kind of a guess off the top of my head. So if it's wrong, oops.
I believe this disables the saving of level part files used for the map display, rather than the actual usage of the map.
Reply With Quote