View Single Post
red!
Senior Member
Join Date: Sep 2007
Location: Germany
Old 10-16-2007 , 16:06   Re: Winning Team Restriction
Reply With Quote #2

Additionally I can provide you my sample config based on ^bugs^ sm_restrict (possibly instead of a real documentation ):


Code:
sm_wt_restrict_enable 1
sm_wt_offset 1
sm_restrict_cmd_unrestrict_all "sm_unrestrict all"
sm_restrict_cmd_t "sm_restrict item team t awp g3sg1 sg550 dummy"
sm_restrict_cmd_ct "sm_restrict item team ct awp g3sg1 sg550 dummy"
sm_unrestrict_cmd_t "sm_unrestrict item team t awp g3sg1 sg550"
sm_unrestrict_cmd_ct "sm_unrestrict item team ct awp g3sg1 sg550"
and here the alternative config for Liams restrict plugin:

Code:
sm_wt_restrict_enable 1
sm_wt_offset 1
sm_restrict_cmd_unrestrict_all "sm_unrestrict awp all;sm_unrestrict sg550 all; sm_unrestrict g3sg1 all"
sm_restrict_cmd_t "sm_restrict awp 0 t;sm_restrict sg550 0 t; sm_restrict g3sg1 0 t"
sm_restrict_cmd_ct "sm_restrict awp 0 ct;sm_restrict sg550 0 ct; sm_restrict g3sg1 0 ct"
sm_unrestrict_cmd_t "sm_unrestrict awp t;sm_unrestrict sg550 t; sm_unrestrict g3sg1 t"
sm_unrestrict_cmd_ct "sm_unrestrict awp ct;sm_unrestrict sg550 ct; sm_unrestrict g3sg1 ct"

Last edited by red!; 05-01-2008 at 02:11. Reason: config updated
red! is offline