Originally posted by calmdownyourmad
NoRecooil()
{
if(self.norecoil==0)
{
self.norecoil=1;
self iPrintlnbold("No Recoil ^2ON");
setDvar("player_recoilScaleOn",0);
}
else
{
self.norecoil=0;
self iPrintlnbold("No Recoil ^1OFF");
setDvar("player_recoilScaleOn",1);
}
}
PS.This Is Not My Code
This is wrong NoRecoil cant set with Dvars ! The function called self player_recoilScaleOn(0); but on bo2 dont give this command in the enetiy

I will look for a other method with gsc
CabCon