Quote:
Originally Posted by -hi-
Sorry to be Mr. Bug, but I found another one. If a certain map's config file doesn't have a setting for sv_goalteams, no team can start a timer.
|
I don't get it. I tried concmap5 and conc_sand both on lan and on the dedicated server, and all teams are allowed. I had this problem before but it really should work.
The cvar is registered to allow all teams by deafult in plugin_init:
sv_gteam = register_cvar("sv_goalteams","bryg")
and is checked when the player touches the start:
get_pcvar_string(sv_gteam,allowteam,4)
Add
print_client(id,print_chat,"Teams allowed = %s",allowteam)
after line 446 and see what you get.
Edit: You posted just before me DAWG

. I tested both on windows and SUSE linux.
/Lt.
__________________
A dodo: Used to describe someone without common sense and who always has the pathetic confused look on their face when a question is asked.