View Single Post
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 02-08-2014 , 19:53   Re: Custom Votes Redux (v1.0 - 2/8/2014)
Reply With Quote #2

Configuration Formatting:
PHP Code:
// {VOTE_AMOUNT} - Amount of votes called for that item
// {VOTE_REQUIRED} - Required vote calls for that vote to pass
//
// {VOTER_INDEX} - Voter client index
// {VOTER_ID} - Voter user id
// {VOTER_STEAMID} - Voter steam id
// {VOTER_NAME} - Voter name
//
// {TARGET_INDEX} - Target client index
// {TARGET_ID} - Target user id
// {TARGET_STEAMID} - Target steam id
// {TARGET_NAME} - Target name
//
// {MAP_NAME} - Map name
// {CURRENT_MAP_NAME} - Current map name
//
// {OPTION_NAME} - Option name
// {OPTION_RESULT} - Option result
//
// {On|Off}    - Control variable is On or Off
// {on|off}    - Control variable is on or off
//
// {Yes|No}    - Voter selected Yes or No
// {yes|no}    - Voter selected yes or no
//
// Formatting Examples:
//
// "call_notify"    "{olive}[SM] {VOTER_NAME}{default} voted to kick {green}{TARGET_NAME}{default}."
// "command"        "kickid {TARGET_ID};sm_csay Kicked {TARGET_NAME}" 

Last edited by ReFlexPoison; 03-01-2014 at 14:52.
ReFlexPoison is offline