Quote:
Originally Posted by cameron0620
I am having problems with the new version of this plugin with the vote percentages. Everytime the next map vote is finalized everyone gets kicked from the server.
|
Quote:
Originally Posted by -=hunter=-
Hmm, when voting is is finalized then all players kicked from server with error:
"Host_Error: UserMsg: Not Present on Client 25"
|
If you guys update the dictionary file (
deagsmapmanager.txt), does this still happen?
Quote:
Originally Posted by -=hunter=-
bmann_420 & DynamicBits
Can you please:
1) To add Command for admin: say /next which immediately will call Amx Nextmap Menu and after this voting will be Menu for admin:
Code:
Changelevel to:
01. Yes
02. No
03. Revote
|
Right now, that is beyond what I want to do for this plugin. I'm trying to wean myself off of this so I can have more time for other things. I want to fix the bugs that I can and maybe add some small features.
Quote:
Originally Posted by -=hunter=-
2) If voting failed (example, on server 0 players or nobody votes) then nextmap will be random map.
|
I'll put this on my to-do list.
Quote:
Originally Posted by -=hunter=-
3) Change function client_print to
Code:
svc_saytext = get_user_msgid("SayText");
message_begin(MSG_ONE, svc_saytext, { 0, 0, 0 }, id);
write_byte(id);
write_string(msg);
message_end();
so non-english characters(example, russian) will shows not fully in game.
|
I don't understand. I just verified that Russian characters show up fine in Counter-Strike. What mod are you using?
Quote:
Originally Posted by -=hunter=-
4) To optimize plugin so server laggs when appears message:"Map Voting will begin in... secs".
Thanks
|
I'll look into it, but I'm not making any promises that I can make it any better. I know there are some timing issues with this plugin, but it will take alot of time to get them all sorted out.
--
Andy