TMap.SetMap

From Soldat Community Wiki
Revision as of 23:49, 3 September 2018 by SyavX (talk | contribs) (fixed example code and category link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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

Map.SetMap('ctf_Laos');