View Single Post
bakaideda
Junior Member
Join Date: Mar 2008
Old 06-04-2008 , 08:09   Re: Custom Votes v0.1 (6/2)
Reply With Quote #6

I want that players write something in chat and trigger vote for something...
For example: DEATHMATCH... But when admins are not on server.
I started with this but I dont know what they must write in chat to trigger this voting...

Code:
"Votes"
{
    "DM VOTING"
    {
        "title"        "DEATHMATCH {!cssdm_enabled|onoff}?"
        "admin"      "sm_kick"
        "target"     "@all"
        "percent"   "70"
        "type"        "confirm"
        "cmd"         "cssdm_enabled {!cssdm_enabled}"
    }
}
bakaideda is offline