HelpRecoil for one weapon

Posts 1–5 of 5 · Page 1 of 1
Recoil for one weapon
Hey Guys,
One more Help pls:
I want, that i have no recoil for only 1 weapon like the Deserteagle, not for the main weapon!

Ty
Code:
blabla = self getCurrentWeapon();
if(isSubStr(blabla, "deagle")){

self player_recoilScaleOn(0);
}
Quote Originally Posted by mathieutje12 View Post
Code:
blabla = self getCurrentWeapon();
if(isSubStr(blabla, "deagle")){

self player_recoilScaleOn(0);
}
Why Am I the only one that think that the:
self player_recoilScaleOn(0);
Don't work....
Code:
self player_recoilScaleOn(0);
That works, nothing wrong with that...
Posts 1–5 of 5 · Page 1 of 1
This thread is closed for replies.

Tags for this Thread

Need help?