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

【CSGO】Kill counter clan tag for DM


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
SxLc
Junior Member
Join Date: Jul 2021
Old 08-18-2022 , 02:14   【CSGO】Kill counter clan tag for DM
Reply With Quote #1

I am looking for a plugin that will display a kill counter on the clan tag.
This plugin will display the total number of kills on the server so far.
I have seen this plugin on several DM servers.
Does anyone know about this plugin?
SxLc is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2022 , 10:57   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #2

try this
__________________

Last edited by Grey83; 08-18-2022 at 12:48.
Grey83 is offline
SxLc
Junior Member
Join Date: Jul 2021
Old 08-18-2022 , 11:43   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #3

Quote:
Originally Posted by Grey83 View Post
try this
Thanks for replying.
I tried it on my FFA DM server and nothing shows up in the clan tag...
SxLc is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2022 , 12:00   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #4

What are the errors in the logs?

If there are no errors from this plugin try this:
Attached Files
File Type: sp Get Plugin or Get Source (sm_fragtag_nobots 1.0.1_18.08.2022.sp - 31 views - 2.6 KB)
__________________

Last edited by Grey83; 08-18-2022 at 12:47.
Grey83 is offline
SxLc
Junior Member
Join Date: Jul 2021
Old 08-18-2022 , 12:24   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #5

Quote:
Originally Posted by Grey83 View Post
What are the errors in the logs?

If there are no errors from this plugin try this:
It works!
I really appreciate it!
Will this plugin keep the kill count if the map changes or the server restarts?
Also, can you turn off the bot clan tag?
SxLc is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2022 , 12:25   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #6

Quote:
Originally Posted by SxLc View Post
Also, can you turn off the bot clan tag?
PHP Code:
stock bool IsPlayerValid(int client)
{
    return 
IsClientInGame(client) && (!IsFakeClient(client) || !IsClientReplay(client) && !IsClientSourceTV(client));

==>
PHP Code:
stock bool IsPlayerValid(int client)
{
    return 
IsClientInGame(client) && !IsFakeClient(client);

__________________
Grey83 is offline
SxLc
Junior Member
Join Date: Jul 2021
Old 08-18-2022 , 12:40   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #7

Quote:
Originally Posted by Grey83 View Post
PHP Code:
stock bool IsPlayerValid(int client)
{
    return 
IsClientInGame(client) && (!IsFakeClient(client) || !IsClientReplay(client) && !IsClientSourceTV(client));

==>
PHP Code:
stock bool IsPlayerValid(int client)
{
    return 
IsClientInGame(client) && !IsFakeClient(client);

Does not work...
The bot's counter is now tailed to increase when the bot kills the bot.
SxLc is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2022 , 12:46   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #8

try it
Attached Files
File Type: sp Get Plugin or Get Source (sm_fragtag_nobots 1.0.1_18.08.2022.sp - 40 views - 2.6 KB)
__________________
Grey83 is offline
SxLc
Junior Member
Join Date: Jul 2021
Old 08-18-2022 , 13:27   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #9

Quote:
Originally Posted by Grey83 View Post
try it
It worked!
Thank you!
BTW, does this plugin keep the kill count after changing the map?
SxLc is offline
Grey83
Veteran Member
Join Date: Dec 2014
Location: Ukraine
Old 08-18-2022 , 14:09   Re: 【CSGO】Kill counter clan tag for DM
Reply With Quote #10

Quote:
Originally Posted by SxLc View Post
does this plugin keep the kill count after changing the map?
no
__________________
Grey83 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 00:42.


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