Restrict simple and correct weapons in Counter-Strike Source
The Weapon can't buyed and you loss no cash for a restrict weapon ;)
Installation
write [b]es_load xcn_restrict[/b] in your autoexec.cfg
and open the file xcn_restrict.py and edit this line
[syntax="python"]
#--------------------------------------------------------------------------------------------------------
#
# XCN-Restrict 1.0.0 by M4rc3L-XCN
#
# Require: Eventscripts 2.0 +
#--------------------------------------------------------------------------------------------------------
import es,re
global weapons_to_restrict
#-----------------------
# Config
#-----------------------
weapons_to_restrict = "awp,g3sg1,sg550"
#--------------------------------------------------------------------------------------------------------
[/syntax]
Version Notes For 1.0.0
Updated on: 2009-05-02 16:15:07 EST by M4rc3L-XCN (View Zip Contents)
-