AdminMod.de https://www.adminmod.de/ |
|
Abschalten von vote kick und vote map wie geht das ?? https://www.adminmod.de/viewtopic.php?t=2840 |
Seite 1 von 1 |
Autor: | Demon-Spawn [ 04.05.2002, 20:43 ] |
Betreff des Beitrags: | Abschalten von vote kick und vote map wie geht das ?? |
Abschalten von vote kick und vote map wie geht das ?? Mit welchen Befehlen. Wie kann ich es dauerthaft abstellen das diese beide sachen gevotet werden können ?? |
Autor: | SN8P [ 05.05.2002, 15:00 ] |
Betreff des Beitrags: | |
Da musst Du dich wohl selbst bemühen und das entsprechende plugin bearbeiten... ich glaube es ist das plugin_chat... |
Autor: | D@T@ [ 05.05.2002, 15:24 ] |
Betreff des Beitrags: | |
... die Rechte .... |
Autor: | Demon-Spawn [ 29.12.2002, 15:14 ] |
Betreff des Beitrags: | |
Ja aber welche Rechte ?`default_access ist auch schon auf 0 und dennoch können die Gäste VOten ![]() /////////////////////////////////////////////////////////////// // Admin Mod Server Configuration Variables // /////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// // This file allows you to set Server Configuration Variables // // (CVARs for short) related to Admin Mod functionality. // // // // (Note: For CVARS that are set to either "on" or "off," 0=off and 1=on) // //////////////////////////////////////////////////////////////////////////// admin_balance_teams 0 admin_bot_protection 0 // This is the message displayed to everyone after connecting. //admin_connect_msg "Welcome to the Real World..." admin_cs_restrict 0 admin_debug 0 admin_fun_mode 0 admin_fx 0 admin_gag_name 0 admin_gag_sayteam 0 admin_highlander 0 admin_ignore_immunity 0 admin_plugin_file "plugin.ini". admin_reconnect_timeout 300 admin_reject_msg "You do not have access to this command." admin_repeat_freq 600 // Message that is show to everyone on the server every // ten minutes by the message plugin. //admin_repeat_msg "This server is using Admin Mod" // 0=all commands announced in chat with the admin name // 1=all commands announced in chat, but without the admin name // 2=most commands not announced at all (except "cheat" commands) admin_quiet 2 admin_vault_file "vault.ini" admin_vote_autostart 0 admin_vote_echo 0 admin_vote_freq 1800 admin_vote_maxextend 0 admin_vote_ratio 100 allow_client_exec 1 amv_autoban 0 default_access 0 encrypt_password 0 file_access_read 1 file_access_write 1 help_file "admin_help.cfg" ips_file 0 kick_ratio 90 map_ratio 90 maps_file 0 models_file 0 // The message shown to someone who gets kicked for // trying to use a reserved model. models_kick_msg "[ADMIN] That model is reserved on this server." // The message shown to someone who gets kicked for // trying to use a reserved nickname. nicks_kick_msg "[ADMIN] That name is reserved on this server. // Password_field...first password of the setinfo line // If password_field is "pw-AdminMod", the setinfo will be // setinfo "pw-AdminMod" "password-in-users.ini" password_field pw-home pretty_say 1 reserve_slots 0 reserve_slots_msg "There are no reserved slots available on the server." reserve_type 2 script_file "cstrike/dlls/admin.amx" use_regex 0 // The file in which you define your admins, their passwords // and the access levels that they are assigned to. users_file "users.ini" vote_freq 1800 words_file 0 exec statsme.cfg |
Autor: | Warhead [ 29.12.2002, 17:07 ] |
Betreff des Beitrags: | |
Votemap und Vote sind Hl-interne Votes und haben mit Adminmod nix zu tun. |
Autor: | DarkEyes1 [ 29.12.2002, 17:15 ] |
Betreff des Beitrags: | |
// Default access rights for players not in the users.ini file. // (See documentation for access levels and information) default_access 0 eigendlich müsste das reichen... du meinst vote 111 usw. das is wie gesagt hl |
Autor: | Demon-Spawn [ 29.12.2002, 18:44 ] |
Betreff des Beitrags: | |
Und wie schalte ich dann das votemap aus ? z.B in console eingeben: votemap 3 wäre Italy das dies nicht mehr möglich ist. |
Autor: | DarkEyes1 [ 29.12.2002, 19:02 ] |
Betreff des Beitrags: | |
nein, geht auch nicht... hl-intern... ![]() |
Autor: | Rinde [ 29.12.2002, 19:03 ] |
Betreff des Beitrags: | |
mal kurz ausm stehgreif: Code: #include <adminlib> forward HandleVoteMap(HLCommand,HLData,HLUserName,UserIndex); public plugin_init() { plugin_registerinfo("Vote Block Plugin","Blocks ^"votemap^" command","1.0"); plugin_registercmd("votemap","HandleVoteMap",ACCESS_ALL); return PLUGIN_CONTINUE; } public HandleVoteMap(HLCommand,HLData,HLUserName,UserIndex) { selfmessage("Mapvoting is disabled on this server"); return PLUGIN_HANDLED; } |
Autor: | DarkEyes1 [ 29.12.2002, 19:19 ] |
Betreff des Beitrags: | |
aehm, nunja, mit nem extra-plugin gehts natürlich ![]() sonst aber net... ![]() |
Seite 1 von 1 | Alle Zeiten sind UTC+01:00 |
Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |