Those are the custom commands I created but don't work; only the CP is displayed. What's wrong? I mean, the fbf commands I did are exactly the same and work...
[command]
command = ffon
exec = set g_friendlyfire 1;cp ^7Friendly fire: ^4ON
desc =
levels = 8 9 10
[command]
command = ffoff
exec = set g_friendlyfire 0;cp ^7Friendly fire: ^4ON
desc =
levels = 8 9 10
This is from the server.cfg:
seta g_friendlyFireMovementAttacks "0"
seta g_friendlyBuildableFire "1"
seta g_retribution "0"
seta g_friendlyFireHumans "1"
seta g_friendlyFireAliens "1"
seta g_friendlyFire "1"
Does that help?
Now, regarding the Starting BP's, I added in the server.cfg:
set g_humanBuildPoints 250
set g_alienBuildPoints 250
But it still doesn't work. Why?
Finally, regarding the chat flood, I just want it for people to speak 3 times at most, wait 10 seconds and talk 3 times again. What are the combinations between floodmaxtime and floodmaxdemerits?
Thanks in advance, again.
