Dale
Mohawk Games Developer
- Joined
- Mar 14, 2002
- Messages
- 7,848
There is a way to make your custom map scripts compatible for MP, and to show up in the list of available maps in any MP game.
In your GetMapInfo() function simply add the following line:
Save the map script in your "My Games" maps folder and it will be available. NOTE: all players in the game must have the map script.
In your GetMapInfo() function simply add the following line:
Code:
SupportsMultiplayer = true,
Save the map script in your "My Games" maps folder and it will be available. NOTE: all players in the game must have the map script.