Difference between revisions of "TMap.SetMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure SetMap(NewMap: string)''''' NewMap: Name of the map to be loaded ==Description== Tries to change map to '''NewMap'''<br> If the map file is not found, warnin...")
(No difference)

Revision as of 11:05, 12 September 2016

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');