Rubik | Дата: Четверг, 24.01.2013, 11:03 | Сообщение # 1 |
- Сообщения: 63
- Награды: 1
- Замечания:
|
Помогите переделать плагин вотебан.Мне нужно чтобы выбор да или нет было не на цифры 1 и 2,а на 7 и 8. Я думал это изменяется здесь...но при компиляции выдает ошибку. public run_vote() { log_amx("%s начал голосование за Бан %s %s", ga_PlayerName[gi_VoteStarter], ga_PlayerName[gi_Sellection], ga_PlayerAuthID[gi_Sellection]) format(ga_MenuData,(MAX_menudata-1),"Забанить %s на %d минут(ы)?^n1. Да^n2. Нет",ga_PlayerName[gi_Sellection], get_pcvar_num(gi_BanTime)) ga_Choice[0] = 0 ga_Choice[1] = 0 show_menu( 0, (1<<0)|(1<<1), ga_MenuData, 15, "VoteMenu" ) set_task(15.0,"outcom") return 0 }
Код
#include <amxmodx> #include <amxmisc>
#define MAX_players 32 #define MAX_menudata 1024
new ga_PlayerName[MAX_players][32] new ga_PlayerAuthID[MAX_players][35] new ga_PlayerID[MAX_players] new ga_PlayerIP[MAX_players][16] new ga_MenuData[MAX_menudata] new ga_Choice[2] new gi_VoteStarter new gi_MenuPosition new gi_Sellection new gi_TotalPlayers new gi_SysTimeOffset = 0 new i //pcvars new gi_LastTime new gi_DelayTime new gf_Ratio new gf_MinVoters new gf_BF_Ratio new gi_BanTime new gi_Disable new gi_BanType
public plugin_init() { register_plugin("voteban menu","1.2","hjvl") register_clcmd("say /voteban","SayIt" ) register_menucmd(register_menuid("ChoosePlayer"), 1023, "ChooseMenu") register_menucmd(register_menuid("VoteMenu"), 1023, "CountVotes")
gi_LastTime=register_cvar("amx_voteban_lasttime","0") gi_DelayTime=register_cvar("amxx_voteban_delaytime","60") gf_Ratio=register_cvar("amxx_voteban_ratio","0.65") gf_MinVoters=register_cvar("amxx_voteban_minvoters","0.0") gf_BF_Ratio=register_cvar("amxx_voteban_bf_ratio","0.0") gi_BanTime=register_cvar("amxx_voteban_bantime","20") gi_Disable=register_cvar("amxx_voteban_disable","0") gi_BanType=register_cvar("amxx_voteban_type","1") }
public SayIt(id) { if(get_pcvar_num(gi_Disable)) { client_print(id,print_chat,"amx_voteban выключен") return 0 }
new Elapsed=get_systime(gi_SysTimeOffset) - get_pcvar_num(gi_LastTime) new Delay=get_pcvar_num(gi_DelayTime)
if( (Delay > Elapsed) && !is_user_admin(id) ) { new seconds = Delay - Elapsed client_print(id,print_chat,"Подождите %d секунд(ы) до нового голосования за Бан", seconds) return 0 }
get_players( ga_PlayerID, gi_TotalPlayers ) for(i=0; i<gi_TotalPlayers; i++) { new TempID = ga_PlayerID [i]if( is_user_admin(TempID)) { if(!is_user_admin(id)) { client_print(id,print_chat,"Админ на сервере. Voteban выключен!") return 0 } }
if(TempID == id) gi_VoteStarter=i
get_user_name( TempID, ga_PlayerName[i], 31 ) get_user_authid( TempID, ga_PlayerAuthID[i], 34 ) get_user_ip( TempID, ga_PlayerIP[i], 15, 1 ) }
gi_MenuPosition = 0 ShowPlayerMenu(id) return 0 }
public ShowPlayerMenu(id) { new arrayloc = 0 new keys = (1<<9)
arrayloc = format(ga_MenuData,(MAX_menudata-1),"VoteBAN меню ^n") for(i=0; i<8; i++) if( gi_TotalPlayers>(gi_MenuPosition+i) ) { arrayloc += format(ga_MenuData[arrayloc],(MAX_menudata-1-arrayloc),"%d. %s^n", i+1, ga_PlayerName[gi_MenuPosition+i]) keys |= (1<<i) } if( gi_TotalPlayers>(gi_MenuPosition+8) ) { arrayloc += format(ga_MenuData[arrayloc],(MAX_menudata-1-arrayloc),"^n9. Больше") keys |= (1<<8) } arrayloc += format(ga_MenuData[arrayloc],(MAX_menudata-1-arrayloc),"^n0. НазадВыход")
show_menu(id, keys, ga_MenuData, 20, "ChoosePlayer") return PLUGIN_HANDLED }
public ChooseMenu(id, key) { switch(key) { case 8: { gi_MenuPosition=gi_MenuPosition+8 ShowPlayerMenu(id) } case 9: { if(gi_MenuPosition>=8) { gi_MenuPosition=gi_MenuPosition-8 ShowPlayerMenu(id) } else return 0 } default: { gi_Sellection=gi_MenuPosition+key new Now=get_systime(gi_SysTimeOffset) set_pcvar_num(gi_LastTime, Now)
run_vote() return 0 } } return PLUGIN_HANDLED }
public run_vote() { log_amx("%s начал голосование за Бан %s %s", ga_PlayerName[gi_VoteStarter], ga_PlayerName[gi_Sellection], ga_PlayerAuthID[gi_Sellection]) format(ga_MenuData,(MAX_menudata-1),"Забанить %s на %d минут(ы)?^n1. Да^n2. Нет",ga_PlayerName[gi_Sellection], get_pcvar_num(gi_BanTime)) ga_Choice[0] = 0 ga_Choice[1] = 0 show_menu( 0, (1<<0)|(1<<1), ga_MenuData, 15, "VoteMenu" ) set_task(15.0,"outcom") return 0 }
public CountVotes(id, key) { ++ga_Choice [key]return PLUGIN_HANDLED }
public outcom() { new TotalVotes = ga_Choice[0] + ga_Choice[1] new Float:result = (float(ga_Choice[0]) / float(TotalVotes))
if( get_pcvar_float(gf_MinVoters) >= ( float(TotalVotes) / float(gi_TotalPlayers) ) ) { client_print(0,print_chat,"Недостаточно проголосовавших чтобы забанить %s!", ga_PlayerName[gi_Sellection]) return 0 } else { if( result < get_pcvar_float(gf_BF_Ratio) ) { client_print(0,print_chat,"Голосование за бан %s закончилось, он забанен на %d минут(ы)", ga_PlayerName[gi_VoteStarter], get_pcvar_num(gi_BanTime)) ActualBan(gi_VoteStarter) log_amx(" [AMXX]The vote back fired at %s, he is banned for %d minutes", ga_PlayerName[gi_VoteStarter], get_pcvar_num(gi_BanTime)) }
if( result >= get_pcvar_float(gf_Ratio) ) { client_print(0,print_chat,"Голосование успешно!!!, %s забанен на %d минут(ы)", ga_PlayerName[gi_Sellection], get_pcvar_num(gi_BanTime)) log_amx(" [AMXX]The vote succeeded: %s is banned for %d minutes", ga_PlayerAuthID[gi_Sellection], get_pcvar_num(gi_BanTime)) ActualBan(gi_Sellection) } else { client_print(0,print_chat,"Голосование безуспешно.") log_amx("The voteban dit not sucseed.") } } client_print(0,print_chat,"Всего проголосовали %d игрок(ов), %d за.", gi_TotalPlayers, ga_Choice[0])
return 0 }
public ActualBan(Selected) { new Type = get_pcvar_num(gi_BanType) switch(Type) { case 1: server_cmd("addip %d %s", get_pcvar_num(gi_BanTime), ga_PlayerIP[Selected]) case 2: server_cmd("amx_ban %d %s Voteban", get_pcvar_num(gi_BanTime), ga_PlayerAuthID[Selected]) default: server_cmd("banid %d %s kick", get_pcvar_num(gi_BanTime), ga_PlayerAuthID[Selected]) } return 0 }
|
|
| |
493284988936 | Дата: Воскресенье, 27.01.2013, 18:32 | Сообщение # 2 |
- Сообщения: 73
- Награды: 2
- Замечания:
|
Делай через функцию редактирования строк format/formatex
Сёрф сборка http://perfect-soft.su/forum/14-1998-1 Skype: swimup-pro
|
|
| |
Rubik | Дата: Воскресенье, 27.01.2013, 22:40 | Сообщение # 3 |
- Сообщения: 63
- Награды: 1
- Замечания:
|
Спасибо.Уже помогли мне.
|
|
| |
TWENchik | Дата: Понедельник, 28.01.2013, 12:26 | Сообщение # 4 |
- Сообщения: 172
- Награды: 2
- Замечания:
|
Rubik, что за привычка? помогли. отпишись как сделать, может кому то тоже пригодится...
|
|
| |
Rubik | Дата: Пятница, 01.02.2013, 12:04 | Сообщение # 5 |
- Сообщения: 63
- Награды: 1
- Замечания:
|
Сделали,но наполовину)При голосовании выводится 7 да, 8 нет. При нажатии на эти цифры,ничего не происходит.Зато работают кнопки 1 и 2). Мне сказали изменить следующее:
show_menu( 0, (1<<0)|(1<<1), ga_MenuData, 15, "VoteMenu" )
Попробуй поставь
show_menu( 0, ( 1 << 6 | 1 << 7 ) , ga_MenuData, 15, "VoteMenu" )
но при компиляции,выдает ошибку. voteban_rus.sma(1) : error 010: invalid function or declaration
1 Error. Could not locate output file voteban_rus.amx (compile failed).
Сообщение отредактировал Rubik - Пятница, 01.02.2013, 12:06 |
|
| |