Hello, i use 2.6 version of plugin.. but i know whats is the my problem.. this cvar gal_srv_start when 1 the plugin not working correctly and change timeleft to: no time limit... I tested .. server start and work normally when stopped or server crash next time timeleft is changet to: no time limit permanently! Now i use gal_srv_start 0 and no have problems.

+++ Tested new bug ... when change cvar options in .sma and remove this code lines:
PHP Code:
server_cmd( "exec %s/galileo.cfg", DIR_CONFIGS_PATH );
server_exec();
plugins have no time limit bug above.
+++2 Fixed small code lines for show messages for admin voting:
PHP Code:
color_print( player_id, "^1L", player_id, "GAL_VOTE_WEIGHTED", voteWeight );
--->
PHP Code:
color_print( player_id, "^1%L", player_id, "GAL_VOTE_WEIGHTED", voteWeight );