v1.1.0
by Blizzard_87
ThreadStart
This plugin allows you to block default game start weapons and add custom start weapons.
you can also block MAP start weapons ( e.g. scoutzknivez map ).
you can have different sets of weapons for each team on any map, or have default weapons set for maps.
csw_mode "2" | 0 = plugin disabled | 1 = knifes only start | 2 = custom weapons from config file
csw_blockmap_weapons "1" | 0 = allows maps weapons | 1 = blocks maps weapons
howto setup this plugin.
howto setup this plugin.
put csw.ini file into your configs folder.
Requirements// Map Configs Must Be Defined First
cs_assault ct "deagle 35;m4a1 90;awp 30;scout 20;hegrenade 2;"
cs_assault tr "deagle 35;ak47 90;smokegrenade 2;"
//
// Define Default Weapons After All Map Configs.
//
default ct "usp 90;"
default tr "glock18 90;"
you must use the latest version of AMXX 1.8.3, Latest builds can be found Here
Shadow.hk - helping me understand readfile better.
Hornet
for idea of blocking start weapons instead of striping
and blocking custom maps start weapons.
dynamic arrays
ConnorMcLeod code snippet for blocking start weapons
Please Note
-----------
this plugin could conflict with other game play plugins that alter spawning with weapons or stripping of weapons ex. JailBreak
plugin
source