first problem:
Code:
register_cvar("bc_teamA","NiP");
register_cvar("bc_teamB","fnatic");
get_cvar_string("bc_teamA",bcTeamA,31);
get_cvar_string("bc_teamB",bcTeamB,31);
server_cmd("say Teams %s and %s, choose your leader!",bcTeamA,bcTeamB);
well, server_cmd launches at round start, but it shows only "Teams and , choose your leader!", without any names.
second problem:
Code:
server_cmd("hostname Counter Strike Fun Play")
this also launches at round start, but it changes the name of the server only to Counter
sorry for the code, i'm watching portugal vs. france and there's penalty as i wrote

gbye
EDIT: damn french!
__________________