mirror of
https://github.com/mr-vercetti/docker-blackmesa-coop-server.git
synced 2025-07-01 21:15:33 +02:00
Add config variables
This commit is contained in:
15
config/server.cfg
Normal file
15
config/server.cfg
Normal file
@ -0,0 +1,15 @@
|
||||
// provides lag-free noblock, shows teammates as friendly
|
||||
// and puts an arrow above their head (srccoop handles team switching)
|
||||
mp_teamplay 1
|
||||
|
||||
//disables map timelimit
|
||||
mp_timelimit 0
|
||||
|
||||
// set 1 if you hate your friends
|
||||
mp_friendlyfire 0
|
||||
|
||||
// makes players spawn with previously picked up equipment (suit, weapons). Global for all players.
|
||||
sourcecoop_ft KEEP_EQUIPMENT 1
|
||||
|
||||
sv_cheats 1
|
||||
mp_forcerespawn 1
|
Reference in New Issue
Block a user