Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Thank you, I can try that way instead of pressing the zoom button for the player to unscope
//Example for awp
if(player.GetActiveWeapon().GetClassname() == "weapon_sniper_awp")
{
if(NetProps.GetPropInt(player, "m_iFOV") != 0)
{
NetProps.SetPropInt(player, "m_iFOV", 0);
}
}
This will automatically cancel scope after firing. If you want to implement auto scoping after unscoping like that on CS, you can use that netprops on "EntFire", & put it on the "weapon_fire" as well.
It works for me, no idea why doesnt work for some
All this script does is press BUTTON_ZOOM for you after you shoot while scoping with awp and scout
No Unscoping in rifles when hit by a common infected
Scoping in the SG552 like Pyromaniax said