netrunner2k Posted April 27, 2002 Posted April 27, 2002 hello, I want to create a server where no weapons are allowed. If I create a server from the game menu it works, but what i have to add to my dedicated server config file to disable weapons or to aktivate "saber only mode"?
MatrixCPA Posted April 27, 2002 Posted April 27, 2002 Add this to your server.cfg: seta g_weaponDisable "65531" // Saber only seta g_duelWeaponDisable "65531" // Saber only The // denotes a comment and that part is optional. I like to comment my configs so that if I happen to give anyone else a copy, they can follow what I'm doing.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.