Difference between revisions of "StartVoteMap"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure StartVoteMap(voter: byte; mapname: string);'' '''Parameter Info:''' voter (Byte): Player ID of the player who will appear as ...")
(No difference)

Revision as of 19:54, 23 August 2012

From the Scripting Manual

procedure StartVoteMap(voter: byte; mapname: string);

Parameter Info:
 voter (Byte): Player ID of the player who will appear as the Vote Starter.
 mapname (String): Case sensitive name of the map to be voted, excluding the .PMS file extension.

Description:
 This function will start a map vote for (mapname) and will appear as started by (voter).
    

Examples

StartVoteMap(1,'ctf_Kampf'); //Start a map vote for ctf_Kamf from player 1


External Links