Raised This Month: $12 Target: $400
 3% 

[CS:GO/CS:S] No-Scope Detector


Post New Thread Reply   
 
Thread Tools Display Modes
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 06-11-2020 , 09:57   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #101

eliteroyal, path should contain extension.
__________________
Grey83 is offline
incnovikov
Junior Member
Join Date: Sep 2020
Old 09-23-2020 , 16:23   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #102

Quote:
Originally Posted by Grey83 View Post
eliteroyal, path should contain extension.
Hi, please help me to add a check of the WUA. I have a new weapons plugin from FrozDark and there for each skin the name of the weapon is given to weapon_awp_dark of this type. Because of this, when I kill with no zoom, it doesn't count. I tried to add it myself but it doesn't work.

Code:
event.GetString("weapon", weapon, sizeof(weapon));
	if(weapon[0] && ((!strcmp(weapon, "awp") || !strcmp(weapon, "awp_unicorn") || !strcmp(weapon, "awp_legion") || !strcmp(weapon, "awp_chocola") || !strcmp(weapon, iEngine == E_CSGO ? "ssg08" : "scout"))
	|| (bAllSnipers && (!strcmp(weapon, "g3sg1") || !strcmp(weapon, iEngine == E_CSGO ? "scar20" : "sg550"))))
	&& (wpn = GetEntPropEnt(attacker, Prop_Send, "m_hActiveWeapon")) != -1 && !GetEntProp(wpn, Prop_Send, "m_weaponMode"))
incnovikov is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 09-23-2020 , 16:50   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #103

incnovikov, try this:
PHP Code:
    if(weapon[0] && ((!StrContains(weapon"awp") || !strcmp(weaponiEngine == E_CSGO "ssg08" "scout"))
    || (
bAllSnipers && (!strcmp(weapon"g3sg1") || !strcmp(weaponiEngine == E_CSGO "scar20" "sg550"))))
    && (
wpn GetEntPropEnt(attackerProp_Send"m_hActiveWeapon")) != -&& !GetEntProp(wpnProp_Send"m_weaponMode")) 
__________________
Grey83 is offline
incnovikov
Junior Member
Join Date: Sep 2020
Old 09-24-2020 , 02:50   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #104

Quote:
Originally Posted by Grey83 View Post
incnovikov, try this:
PHP Code:
    if(weapon[0] && ((!StrContains(weapon"awp") || !strcmp(weaponiEngine == E_CSGO "ssg08" "scout"))
    || (
bAllSnipers && (!strcmp(weapon"g3sg1") || !strcmp(weaponiEngine == E_CSGO "scar20" "sg550"))))
    && (
wpn GetEntPropEnt(attackerProp_Send"m_hActiveWeapon")) != -&& !GetEntProp(wpnProp_Send"m_weaponMode")) 
Thank you, it works
incnovikov is offline
neymarjr
Junior Member
Join Date: Mar 2021
Old 03-15-2021 , 12:32   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #105

mükemmel bro. peki bunu css için sağ üstde killfeedde noscope iconu olarak göstere bilir misin? CS source için öyle bir ikon yok da ondan
neymarjr is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 19:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode