Is there a way to change user config.cfg or autoexec.cfg?
Player can modify some of settings. I want to save this settings in user config.cfg or other cfg that is automaticly executed.
One of setting is place where message wil be shown (bf2 mod message about badges and rank);
From menu player can choose where info will be shown (top centerid, bottom centerid, center ... )
After this user will be asked if he wants to save this settings. If yes I will write to his cfg:
set_info "bf2_msg_x" "x"
set_info "bf2_msg_y" "y"
where x and y are coordinates.
Than when user connects next time he will have message displayed in this coordinates.