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

[CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)


Post New Thread Reply   
 
Thread Tools Display Modes
gulverene
Senior Member
Join Date: Nov 2008
Location: Türkiye
Old 12-21-2018 , 08:13   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #201

compiled error :

csgo_admin_esp2.sp(61) : warning 234: symbol "FCVAR_PLUGIN" is marked as deprecated: No logic using this flag ever existed in a released game. It only ever appeared in the first hl2sdk.

15:51:19 [SM] Loaded plugin csgo_admin_esp.smx successfully.
Unknown command "sm_csgo_adminesp_ctcolor"
Unknown command "sm_csgo_adminesp_dead"
Unknown command "sm_csgo_adminesp_mode"
Unknown command "sm_csgo_adminesp_tcolor"
__________________
My SeRVeR
gulverene is offline
Send a message via Skype™ to gulverene
gulverene
Senior Member
Join Date: Nov 2008
Location: Türkiye
Old 12-21-2018 , 08:17   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #202

Quote:
Originally Posted by Chapp View Post
Thanks @root88 and gulverene
Now it's work , but is a problem at radar , on the radar appear color from competitive mode , like this
https://steamuserimages-a.akamaihd.n...B1F7247D425ED/ on spectator/ct/t dead/alive
How i can resolve this problem ? I want to appear normally color , orange and blue color , t and ct .
add command in server.cfg sv_competitive_official_5v5 1
__________________
My SeRVeR
gulverene is offline
Send a message via Skype™ to gulverene
Chapp
Junior Member
Join Date: Dec 2018
Old 12-21-2018 , 10:10   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #203

Quote:
Originally Posted by gulverene View Post
add command in server.cfg sv_competitive_official_5v5 1
I putted that command in server.cfg and it's the same problem , add me https://steamcommunity.com/id/Chapp13
to discuss something , maybe you can help me to solve this
Chapp is offline
BulgarianPL
Member
Join Date: Dec 2013
Old 12-21-2018 , 20:29   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #204

Not workin for me, i use this one: https://forums.alliedmods.net/showpo...&postcount=188
BulgarianPL is offline
root88
Senior Member
Join Date: May 2016
Old 12-22-2018 , 05:29   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #205

Try my config /csgo/cfg/sourcemod/csgo_admin_esp.cfg
Code:
// This file was auto-generated by SourceMod (v1.7.3-dev+5303)
// ConVars for plugin "csgo_admin_esp.smx"


// Whether or not automatically enable ESP/WH when Admin with cheat flag (Default: "n") dies
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp "1"

// Determines R G B A glow colors for Counter-Terrorists team
// Format should be "R G B A" (with spaces)
// -
// Default: "96 128 192 64"
sm_csgo_adminesp_ctcolor "96 128 192 64"

// Sets when automatically enable colored glow:
// 0 = Enable ESP on spawning
// 1 = Enable in observing mode
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp_dead "0"

// Determines a glow mode for Admin ESP:
// 0 = Red glow (old)
// 1 = Colored glow (might be cpu intensive!)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp_mode "0"

// Determines R G B A glow colors for Terrorists team
// Set to "0 0 0 0" to disable
// -
// Default: "192 160 96 64"
sm_csgo_adminesp_tcolor "192 160 96 64"

// CS:GO Admin ESP
// -
// Default: "1.1"
sm_csgo_adminesp_version "1.1"
I've also csgo_admin_esp flag changed to "a" in sourcebans:


I was using it for such a long time before it stopped working that I've even forgotten I've got changed some things in configuration.

This version with settings posted above and also Admin all spectate (admin_allspec_flag overriden to "a" again) 100% works for me. Don't need to go to spectator team after death.
__________________
root88 is offline
gulverene
Senior Member
Join Date: Nov 2008
Location: Türkiye
Old 12-22-2018 , 06:55   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #206

Quote:
Originally Posted by root88 View Post
Try my config /csgo/cfg/sourcemod/csgo_admin_esp.cfg
Code:
// This file was auto-generated by SourceMod (v1.7.3-dev+5303)
// ConVars for plugin "csgo_admin_esp.smx"


// Whether or not automatically enable ESP/WH when Admin with cheat flag (Default: "n") dies
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp "1"

// Determines R G B A glow colors for Counter-Terrorists team
// Format should be "R G B A" (with spaces)
// -
// Default: "96 128 192 64"
sm_csgo_adminesp_ctcolor "96 128 192 64"

// Sets when automatically enable colored glow:
// 0 = Enable ESP on spawning
// 1 = Enable in observing mode
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp_dead "0"

// Determines a glow mode for Admin ESP:
// 0 = Red glow (old)
// 1 = Colored glow (might be cpu intensive!)
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
sm_csgo_adminesp_mode "0"

// Determines R G B A glow colors for Terrorists team
// Set to "0 0 0 0" to disable
// -
// Default: "192 160 96 64"
sm_csgo_adminesp_tcolor "192 160 96 64"

// CS:GO Admin ESP
// -
// Default: "1.1"
sm_csgo_adminesp_version "1.1"
I've also csgo_admin_esp flag changed to "a" in sourcebans:


I was using it for such a long time before it stopped working that I've even forgotten I've got changed some things in configuration.

This version with settings posted above and also Admin all spectate (admin_allspec_flag overriden to "a" again) 100% works for me. Don't need to go to spectator team after death.
http://prntscr.com/ly9ulx Do true?
__________________
My SeRVeR
gulverene is offline
Send a message via Skype™ to gulverene
root88
Senior Member
Join Date: May 2016
Old 12-22-2018 , 09:36   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #207

Yes. Remember to restart server or at least change map.
__________________
root88 is offline
gulverene
Senior Member
Join Date: Nov 2008
Location: Türkiye
Old 12-22-2018 , 10:46   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #208

Quote:
Originally Posted by root88 View Post
Yes. Remember to restart server or at least change map.

15:51:19 [SM] Loaded plugin csgo_admin_esp.smx successfully.
Unknown command "sm_csgo_adminesp_ctcolor"
Unknown command "sm_csgo_adminesp_dead"
Unknown command "sm_csgo_adminesp_mode"
Unknown command "sm_csgo_adminesp_tcolor"

Is that normal.

The plugins you gave have also appeared in these errors.
__________________
My SeRVeR
gulverene is offline
Send a message via Skype™ to gulverene
root88
Senior Member
Join Date: May 2016
Old 12-22-2018 , 10:58   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #209

No. I don't have those errors. Maybe you're trying to load older version of this plugin?
__________________
root88 is offline
gulverene
Senior Member
Join Date: Nov 2008
Location: Türkiye
Old 12-22-2018 , 17:45   Re: [CS:GO] ESP/WH for Admins (aka Cheater Buster Tools)
Reply With Quote #210

Quote:
Originally Posted by root88 View Post
No. I don't have those errors. Maybe you're trying to load older version of this plugin?
OOO Yes old plugin... Sorry.

Now sourceban HOME » ADMIN PANEL » ADMIN MANAGEMENT » overrides two command.

http://prntscr.com/lyghbl

another?

Thanks
__________________
My SeRVeR

Last edited by gulverene; 12-22-2018 at 17:45.
gulverene is offline
Send a message via Skype™ to gulverene
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:21.


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