View Single Post
monkie
Senior Member
Join Date: Oct 2006
Location: Shanghai, China
Old 10-20-2008 , 08:24   Re: DoD CloseCombat Source v1.0 (Melee and/or Pistols Only!) [13th october 2008]
Reply With Quote #8

hi, sturm
i figured out how to make vote for public players to enable/disable CloseCombat via Custom Votes with no collision with DoDS Equipment plugin(http://forums.alliedmods.net/showthread.php?t=72216)

here is my example:
Code:
"Votes"
{
 "turnccon"
 {
  "title"  "Turn CloseCombat on?"
  "type"  "confirm"
  "votes"  "4"
  "command" "dod_closecombat_source 3; sm plugins unload dod_equip"
  "trigger"
  {
   "command" "voteccon"
   "notice" "%u wants to turn on CloseCombat."
   "percent" "60"
   "count"  "4"
  }
 }
 "turnccoff"
 {
  "title"  "Turn CloseCombat off?"
  "type"  "confirm"
  "votes"  "4"
  "command" "dod_closecombat_source 0; sm plugins load dod_equip"
  "trigger"
  {
   "command" "voteccoff"
   "notice" "%u wants to turn off CloseCombat."
   "percent" "60"
   "count"  "4"
  }
 }
}
hope this would be helpful to some server admins like me.

now i am only hoping u could add grenade support and multi-lingual interface when u have time.
__________________
monkie is offline
Send a message via MSN to monkie Send a message via Skype™ to monkie