Difference between revisions of "TGame.StartVoteMap"

From Soldat Community Wiki
Jump to: navigation, search
(Description)
 
Line 3: Line 3:
 
==Description==
 
==Description==
 
Starts a vote for target map.<br>
 
Starts a vote for target map.<br>
 +
Note that this will NOT trigger TActivePlayer.OnVoteMapStart
  
 
==Example==
 
==Example==

Latest revision as of 14:36, 24 November 2014

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

Description

Starts a vote for target map.
Note that this will NOT trigger TActivePlayer.OnVoteMapStart

Example

Game.StartVoteMap('ctf_Laos');