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

[CSGO] Advanced Admin ESP


Post New Thread Reply   
 
Thread Tools Display Modes
Author
Mitchell
~lick~
Join Date: Mar 2010
Plugin ID:
5443
Plugin Version:
1.3.3
Plugin Category:
Admin Commands
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
    3 
    Plugin Description:
    An enhanced version of CSGO Admin ESP by Root_
    Old 12-08-2016 , 23:38   [CSGO] Advanced Admin ESP
    Reply With Quote #1

    Advanced Admin ESP
    This is a total remake of CSGO Admin ESP. This plugin allows admins to give the ESP to others besides themselves. This will also allow admin to have ESP for while they are alive and can be customized to only display a certain team etc.

    Dedication:
    This plugin is dedicated to Root_, this is not to demean the original plugin, since his demise there were a few bugs and in order to fix those I had to create a new plugin submission.

    Required Plugins:
    This plugin no longer requires other plugins.

    Commands:
    sm_giveesp <player> [0/1] //Give ESP to a certain player
    sm_esp [0/1] //Toggle/Set ESP on

    Convars:
    Code:
    sm_advanced_esp_tcolor "144 120 72 64" //Determines R G B A glow colors for Terrorists team Format should be "R G B A" (with spaces)
    sm_advanced_esp_ctcolor "72 96 144 64" //Determines R G B A glow colors for Counter-Terrorists team Format should be "R G B A" (with spaces)
    sm_advanced_esp_default "0" //Set to 1 if admins should automatically be given ESP when they connect
    sm_advanced_esp_lifestate "0" //Set to 1 if admins should only see esp when dead, 2 to only see esp while alive, 0 dead or alive.
    sm_advanced_esp_notify "0" //Set to 1 if giving and setting esp should notify the rest of the server. REQUIRES TRANSLATIONS TO BE INSTALLED.
    sm_advanced_esp_team "0" //0 - Display all teams, 1 - Display enemy, 2 - Display teammates
    DOWNLOAD
    Plugin
    Translation File

    Source
    Github

    Last edited by Mitchell; 01-02-2018 at 21:20.
    Mitchell is offline
    MAMAC
    AlliedModders Donor
    Join Date: Nov 2011
    Location: Space
    Old 12-09-2016 , 02:58   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #2

    I test your plugin, its work nice, just 1 sugestion and 1 problem.

    suggestion to make always ON esp... so when admin is online automaticly get esp


    and problem is this




    in old esp there is some fix for that.
    MAMAC is offline
    Send a message via MSN to MAMAC Send a message via Yahoo to MAMAC
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 12-09-2016 , 03:07   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #3

    Quote:
    Originally Posted by MAMAC View Post
    I test your plugin, its work nice, just 1 sugestion and 1 problem.

    suggestion to make always ON esp... so when admin is online automaticly get esp


    and problem is this




    in old esp there is some fix for that.
    sm_advanced_esp_default 1 will apply esp to admins automatically.

    I'll look into this problem, you wouldn't happen to be running any other plugins that uses CustomPlayerSkins would you?

    Last edited by Mitchell; 12-09-2016 at 03:18.
    Mitchell is offline
    MAMAC
    AlliedModders Donor
    Join Date: Nov 2011
    Location: Space
    Old 12-09-2016 , 03:55   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #4

    i have only CustomPlayerSkins.smx


    edit:

    look this thread, they have similar problem and they solve it

    https://forums.alliedmods.net/showth...=211117&page=4

    Last edited by MAMAC; 12-09-2016 at 04:07.
    MAMAC is offline
    Send a message via MSN to MAMAC Send a message via Yahoo to MAMAC
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 12-09-2016 , 04:21   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #5

    What is your sm plugins list or steps to produce this bug, im not able to get it. This plugin is a full rewrite of csgo_admin_esp, and also i helped fixed those issues in the csgo_admin_esp.
    Mitchell is offline
    shanapu
    Veteran Member
    Join Date: Apr 2015
    Location: .de
    Old 12-09-2016 , 08:09   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #6

    Quote:
    Originally Posted by MAMAC View Post
    and problem is this
    -image-
    in old esp there is some fix for that.
    try
    sv_force_transmit_players 1
    __________________
    coding & free software
    shanapu is offline
    TRID
    Junior Member
    Join Date: Oct 2010
    Location: Belarus
    Old 12-09-2016 , 10:59   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #7

    Too much load on the processor with 18 players.
    This was mentioned in the original plugin
    Quote:
    sm_csgo_adminesp_mode - Determines a glow mode for Admin ESP: 0 = Red glow (old), 1 = Colored glow (might be cpu intensive!)
    Quote:
    -If server starts lagging, set sm_csgo_adminesp_mode to 0 in a config. It will use old style for glowing players, which doesnt load server at all.
    Problem is similar to the plugin from Root_.

    Last edited by TRID; 12-09-2016 at 11:26.
    TRID is offline
    Send a message via Skype™ to TRID
    Sw33T3R
    AlliedModders Donor
    Join Date: Mar 2014
    Old 12-09-2016 , 11:08   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #8

    Does ESP works when player alive?
    Sw33T3R is offline
    sHoC
    Senior Member
    Join Date: Nov 2015
    Location: Italy
    Old 12-09-2016 , 11:53   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #9

    Quote:
    Originally Posted by Sw33T3R View Post
    Does ESP works when player alive?
    LOL NO, ahahahahaha , would you like to have esp when you are alive eh ? after they will call you cheater
    __________________
    sHoC is offline
    Mitchell
    ~lick~
    Join Date: Mar 2010
    Old 12-09-2016 , 12:33   Re: [CSGO] Advanced Admin ESP
    Reply With Quote #10

    Quote:
    Originally Posted by shanapu View Post
    try
    sv_force_transmit_players 1
    Please read the code, I already set it. The user most likely has the old csgo_admin_esp installed.

    Quote:
    Originally Posted by sHoC View Post
    LOL NO, ahahahahaha , would you like to have esp when you are alive eh ? after they will call you cheater
    Please read the post, It has a convar to display when players are alive or when players are dead.

    Quote:
    Originally Posted by TRID View Post
    Too much load on the processor with 18 players.
    This was mentioned in the original plugin

    Problem is similar to the plugin from Root_.
    I'll add a sprite version, i've never had an issue with CustomPlayerSkins added server load.

    Last edited by Mitchell; 12-09-2016 at 12:34.
    Mitchell is offline
    Reply


    Thread Tools
    Display Modes

    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 07:33.


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