CSS Throwing Knives Credit & Thanks
MaTi, pimpinjuice, blodia, YouzAMenace, Greyscale
Features
Primary attack throws a knife
Obeys mp_friendlyfire
Headshot detection
Realistic trajectory
Blood & Sound
Steal other player's knives (optional)
Trail effect (optional)
CVars *Auto generated config (cfg/sourcemod folder)
sm_throwingknives_enable <1/0> *Plugin On/Off
sm_throwingknives_velocity <1-10> *Velocity (speed) adjustment
sm_throwingknives_count <0-100> *Amount of knives players spawn with
sm_throwingknives_damage <20-200> *Normal damage adjustment
sm_throwingknives_hsdamage <20-200> *Headshot damage adjustment
sm_throwingknives_steal <1/0> *Knife kill gets the victims remaining knives. Default "1"
sm_throwingknives_trail <1/0> *Adds a trail effect. Default "0"
sm_throwingknives_noblock <1/0> *Set to "1" if using noblock for players. Default "0"
Natives
Code
/**
* Sets a clients throwing knife count.
*
* @param client Client index.
* @param num Number of knives.
* @return No return.
*/
native SetClientThrowingKnives(client, num);
Скачать!