TGame.StartVoteKick

From Soldat Community Wiki
Revision as of 12:14, 23 July 2013 by Mighty (talk | contribs) (Created page with " '''''procedure StartVoteKick(ID: Byte; Reason: string)''''' ID: ID of a voted player Reason: votekick reason ==Description== Starts a vote to kick a player<br> ==Example...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
procedure StartVoteKick(ID: Byte; Reason: string)
 ID: ID of a voted player
 Reason: votekick reason

Description

Starts a vote to kick a player

Example

StartVoteKick(1,'Spamming');