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
2) If voting failed (example, on server 0 players or nobody votes) then nextmap will be random map.
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.
4) To optimize plugin so server laggs when appears message:"Map Voting will begin in... secs".
Thanks