i found the probleme, it come from the amxmd.cfg that is loding first and in this files the amx_match_password cvar is set to 1. and then when i log the match it use password.
But i have disable all the amxmd.cfg cvar but my serveur always star with sv_password***** but there not present in my cfg file
i have put "say personnal config loading" in the bigining of my cfg file and then.
there this in my serveur console:
Server say "config amxmd.cfg finish"
Server cvar "sv_password" = "***PROTECTED***"
Server cvar "sv_restartround" = "8"
Server say "personnal config loading"
Server cvar say "End of loading personna config"
my question is from where it load the sv_password cvar??
my ultimate solution is to fixe amx_match_password cvar to 0 in the amxmd.cfg.
the probleme come from the idea that in the begining of the match the server load the amxmd.cfg cvars and then load default cvars for plugin and ,in the end, load my config file. In this case the problem is, if i don't want to use password, i have no choice but to define plugin cvars in the amxmd.cfg
and finaly i found some over bug the the default.cfg is not use to disable some plugins ;)
i use the Version 3.0 modified by marcus.
Excuse me for my bad english ;)