Difference between revisions of "TGame.StartVoteKick"
m (fixed example) |
DarkCrusade (talk | contribs) |
||
Line 3: | Line 3: | ||
Reason: votekick reason | Reason: votekick reason | ||
==Description== | ==Description== | ||
− | Starts a vote | + | Starts a vote against target player ID. 'Reason' will be displayed as the vote's reason.<br> |
==Example== | ==Example== |
Revision as of 02:11, 28 August 2013
procedure StartVoteKick(ID: Byte; Reason: string) ID: ID of a voted player Reason: votekick reason
Description
Starts a vote against target player ID. 'Reason' will be displayed as the vote's reason.
Example
Game.StartVoteKick(1,'Spamming');