Fixed duplicate keys

This commit is contained in:
David Anderson
2004-08-22 04:25:55 +00:00
parent 3a78aff06d
commit a9cb464a33
10 changed files with 20 additions and 102 deletions

View File

@ -52,6 +52,7 @@ public plugin_init() {
register_plugin("Admin Votes",AMXX_VERSION_STR,"AMXX Dev Team")
register_dictionary("adminvote.txt")
register_dictionary("common.txt")
register_dictionary("mapsmenu.txt")
register_menucmd(register_menuid("Change map to "),MENU_KEY_1|MENU_KEY_2,"voteCount")
register_menucmd(register_menuid("Choose map: "),MENU_KEY_1|MENU_KEY_2|MENU_KEY_3|MENU_KEY_4,"voteCount")
register_menucmd(register_menuid("Kick "),MENU_KEY_1|MENU_KEY_2,"voteCount")
@ -409,4 +410,4 @@ public cmdVoteKickBan(id,level,cid) {
console_print(id, "%L", id, "VOTING_STARTED")
g_voteCount = {0,0,0,0}
return PLUGIN_HANDLED
}
}