TMap.SetMap
procedure SetMap(NewMap: string) NewMap: Name of the map to be loaded
Description
Tries to change map to NewMap
If the map file is not found, warning is being generated and sent to server console.
Example
Game.SetMap('ctf_Laos');
procedure SetMap(NewMap: string) NewMap: Name of the map to be loaded
Tries to change map to NewMap
If the map file is not found, warning is being generated and sent to server console.
Game.SetMap('ctf_Laos');