Description :
Its the plasma launcher, which damages and affects players and makes beam Screenshots : Code :
To change weapon
Find this :
PHP Code:
#define CSW_WPN CSW_FAMAS new const weapon[] = "weapon_famas
and change to your weapon (but CSW_*yourwpn* must be the same in weapon_*yourwpn*)
and to change fire speed , hit slow down , reload speed , damage and head damage multiplier
Find :
PHP Code:
#define FIRERATE 0.2 // fire speed #define HITSD 0.7 // hit slow down #define RELOADSPEED 5.0 // reload speed #define DAMAGE 250.0 // damage per hit #define DAMAGE_MULTI 3.0 // head damage multiplier