TarantulaX Posted July 8, 2002 Share Posted July 8, 2002 How do you disable powerups (health, shields, etc.) on your server? Thanks in advance. Link to comment Share on other sites More sharing options...
MatrixCPA Posted July 8, 2002 Share Posted July 8, 2002 You use the following format in your server.cfg: seta disable_(see below) "1" You replace the (see below) with what the item is called in the server console when it is picked up. For example, when someone picks up a small shield booster, it looks like this: Item: 16 item_shield_sm_instant Thus, to remove all the small shield boosters from the game, you use the following: seta disable_item_shield_sm_instant "1" To put them back in you use: seta disable_item_shield_sm_instant "0" Just replace everything after the "disable_" with what you want gone. Enjoy! Link to comment Share on other sites More sharing options...
TarantulaX Posted July 9, 2002 Author Share Posted July 9, 2002 thanks a lot I'll give it try! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.