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

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


Post New Thread Reply   
 
Thread Tools Display Modes
onehand
Junior Member
Join Date: Sep 2016
Old 12-20-2016 , 21:18   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #61

Quote:
Originally Posted by cra88y View Post
I'd recommend you do like tag set cvar aswell and clean up the translations too. (if you are trying to keep up this plugin )
I tried setting the tag as a convar, but it doesn't work very well. The server command window doesn't take unicode characters, and the in-game console doesn't convert them properly. Also, setting my .cfg file to unicode encoding and adding the cvar in there causes the .cfg file to fail to load. We may be stuck with hardcoding the ☆ tag.

I can't really help much with translations; I only speak English.

Last edited by onehand; 12-20-2016 at 21:22.
onehand is offline
cra88y
AlliedModders Donor
Join Date: Dec 2016
Old 12-20-2016 , 22:25   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #62

Yeah but I meant like for example I changed it to be my servers tag not specifically unicode and for translations I meant changing it from saying
☆☆☆ cra88y NO-SCOPES! [awp] ☆☆☆
☆☆☆ cra88y NO-SCOPES + HEADSHOT! [awp] ☆☆☆
to something that looks cleaner like
"[TAG] cra88y no-scoped onehand with the awp!"
"[TAG] cra88y headshot no-scoped onehand with the awp!"
Looks a lot better with the person who got killed in there aswell. (this can be done by adding in
int client = GetClientOfUserId(GetEventInt(event, "userid")); then setting the client to a string like it does with attacker)

Last edited by cra88y; 12-20-2016 at 22:27.
cra88y is offline
Divin12
Senior Member
Join Date: Nov 2011
Old 12-21-2016 , 07:02   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #63

Maybe someone can edit this to save numbers of noscopes on STEAMID
__________________
Divin12 is offline
onehand
Junior Member
Join Date: Sep 2016
Old 12-21-2016 , 20:51   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #64

Quote:
Originally Posted by cra88y View Post
Yeah but I meant like for example I changed it to be my servers tag not specifically unicode and for translations I meant changing it from saying
☆☆☆ cra88y NO-SCOPES! [awp] ☆☆☆
☆☆☆ cra88y NO-SCOPES + HEADSHOT! [awp] ☆☆☆
to something that looks cleaner like
"[TAG] cra88y no-scoped onehand with the awp!"
"[TAG] cra88y headshot no-scoped onehand with the awp!"
Looks a lot better with the person who got killed in there aswell. (this can be done by adding in
int client = GetClientOfUserId(GetEventInt(event, "userid")); then setting the client to a string like it does with attacker)
Hey! Quit no-scoping me!

- Added victim name to chat message and reduced the number of tags to 1


I like the "no-scoped" text in caps so that it stands out a bit more in the chat. The phrases are completely personal preference though. Admins can edit them further if they want to in the /translations/noscope_gotcha.phrases.txt file.
Attached Files
File Type: zip noscope_gotcha_1.2.6_debug2.zip (65.3 KB, 724 views)
File Type: smx noscope_gotcha 1.2.6_debug2.smx (16.7 KB, 297 views)
File Type: sp Get Plugin or Get Source (noscope_gotcha 1.2.6_debug2.sp - 410 views - 5.4 KB)
onehand is offline
cra88y
AlliedModders Donor
Join Date: Dec 2016
Old 12-21-2016 , 21:49   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #65

Quote:
Originally Posted by onehand View Post
Hey! Quit no-scoping me!

- Added victim name to chat message and reduced the number of tags to 1


I like the "no-scoped" text in caps so that it stands out a bit more in the chat. The phrases are completely personal preference though. Admins can edit them further if they want to in the /translations/noscope_gotcha.phrases.txt file.
Yeah for sure for sure, just for people who don't do know how to edit trans files as well as I liked the format where it says who got noscoped as well
cra88y is offline
primofernando
Member
Join Date: Jun 2014
Old 12-22-2016 , 11:55   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #66

Quote:
Originally Posted by onehand View Post
- Added convar sm_noscope_enablesounds (0/1, def:1) to toggle sounds
- Fixed !noscopes say command (prints your total no-scopes)
Thanks it's working great the latest version 1.2.6!!!!

Last edited by primofernando; 12-22-2016 at 11:56.
primofernando is offline
onehand
Junior Member
Join Date: Sep 2016
Old 12-22-2016 , 22:39   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #67

Quote:
Originally Posted by primofernando View Post
Thanks it's working great the latest version 1.2.6!!!!
Glad to hear it's working well.
onehand is offline
Abusador
Member
Join Date: Sep 2015
Old 01-04-2017 , 10:40   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #68

Quote:
Originally Posted by onehand View Post
Glad to hear it's working well.
The plugin not function.
I have this error :

L 01/04/2017 - 10:29:03: [SM] Exception reported: Translation failed: invalid client index 8820962
L 01/04/2017 - 10:29:03: [SM] Blaming: noscope_gotcha 1.2.2.smx
L 01/04/2017 - 10:29:03: [SM] Call stack trace:
L 01/04/2017 - 10:29:03: [SM] [0] VFormat
L 01/04/2017 - 10:29:03: [SM] [1] Line 68, C:\Users\Ak0\AppData\Roaming\spedit\sourcepaw n\configs\sm_1_8_5914\include\multicolors.inc ::CPrintToChatAll
L 01/04/2017 - 10:29:03: [SM] [2] Line 70, C:\Users\Ak0\Downloads\noscope_gotcha 1.2.2_debug.sp::OnPlayerDeath

Last edited by Abusador; 01-04-2017 at 10:40.
Abusador is offline
onehand
Junior Member
Join Date: Sep 2016
Old 01-04-2017 , 13:15   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #69

Quote:
Originally Posted by Abusador View Post
The plugin not function.
I have this error :

L 01/04/2017 - 10:29:03: [SM] Exception reported: Translation failed: invalid client index 8820962
L 01/04/2017 - 10:29:03: [SM] Blaming: noscope_gotcha 1.2.2.smx
L 01/04/2017 - 10:29:03: [SM] Call stack trace:
L 01/04/2017 - 10:29:03: [SM] [0] VFormat
L 01/04/2017 - 10:29:03: [SM] [1] Line 68, C:\Users\Ak0\AppData\Roaming\spedit\sourcepaw n\configs\sm_1_8_5914\include\multicolors.inc ::CPrintToChatAll
L 01/04/2017 - 10:29:03: [SM] [2] Line 70, C:\Users\Ak0\Downloads\noscope_gotcha 1.2.2_debug.sp::OnPlayerDeath
The error indicates you're still using the older version of the plugin...

Code:
L 01/04/2017 - 10:29:03: [SM] Blaming: noscope_gotcha 1.2.2.smx
...
L 01/04/2017 - 10:29:03: [SM]   [2] Line 70, C:\Users\Ak0\Downloads\noscope_gotcha 1.2.2_debug.sp::OnPlayerDeath
Have you tried using the latest one v1.2.6 from this post?
onehand is offline
Abusador
Member
Join Date: Sep 2015
Old 01-22-2017 , 17:09   Re: [CS:GO/CS:S] No-Scope Detector
Reply With Quote #70

Quote:
Originally Posted by onehand View Post
The error indicates you're still using the older version of the plugin...

Code:
L 01/04/2017 - 10:29:03: [SM] Blaming: noscope_gotcha 1.2.2.smx
...
L 01/04/2017 - 10:29:03: [SM]   [2] Line 70, C:\Users\Ak0\Downloads\noscope_gotcha 1.2.2_debug.sp::OnPlayerDeath
Have you tried using the latest one v1.2.6 from this post?
How to use PrintCenterText instead CPrintToChat ???
I have this error :
error 035: argument type mismatch (argument 1)

Sorry my bad english
Abusador 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 16:06.


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