Difference between revisions of "TGame.StartVoteMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure StartVoteMap(Name: string)''''' Name: Name of the map to vote ==Description== Starts a vote to change map<br> ==Example== <syntaxhighlight lang="pascal"> Ga...")
 
Line 2: Line 2:
 
   Name: Name of the map to vote
 
   Name: Name of the map to vote
 
==Description==
 
==Description==
Starts a vote to change map<br>
+
Starts a vote for target map.<br>
  
 
==Example==
 
==Example==

Revision as of 03:12, 28 August 2013

procedure StartVoteMap(Name: string)
 Name: Name of the map to vote

Description

Starts a vote for target map.

Example

Game.StartVoteMap('ctf_Laos');