-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Luckily this is easy to fix by yourself (and a good introduction to Admin Mod scripting :)
Find plugin_base.sma in the AdminMod/scripting/examples directory. Open this file and search for "admin_vote_map". The first occurance of this in the file is the vote function itself. Now, inside that function add something like this: snprintf(Text, MAX_TEXT_LENGTH, "Map vote to %s by %s", Data,User); log(Text); Once thats done recompile and then install the new .amx binary. You now have logging :) Rick and Cheryl wrote: | Well, we have a few people abusing the admin_vote_map command on our | servers. | | What is frustrating is the server does NOT log these anywhere. This is | really strange because it logs admin_vote_kick just fine so I can't | understand why it won't log the vote_map. | | For now I have to disable the feature by changing the server config line to | default_access 0 but it is a damn shame that I must do that. As usual one | or two assholes ruin it for everyone but if I can't identify the problem | users, I have to remove those privileges from everyone. | | Sincerely, | Rick Thompson | | Network Admin - Fortweb.com | http://www.fortweb.com | Email: [EMAIL PROTECTED] | Voice & Fax: 260.493.1280 | | _______________________________________________ | To unsubscribe, edit your list preferences, or view the list archives, | please visit: | http://list.valvesoftware.com/mailman/listinfo/hlds_linux -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.90-nr1 (Windows 2000) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQE9zxrwtQexIcEKo44RAthzAJ9ky6+MzLM+LUvqUEcQdlRNumrh0QCfQEB1 MNq5jbmBfhDlNuTu63y5bc4= =erJM -----END PGP SIGNATURE----- _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds_linux

