AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CSGO] Advanced Admin ESP (https://forums.alliedmods.net/showthread.php?t=291374)

Mitchell 12-08-2016 23:38

[CSGO] Advanced Admin ESP
 
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

MAMAC 12-09-2016 02:58

Re: [CSGO] Advanced Admin ESP
 
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

http://image.prntscr.com/image/a6d35...903f1addb.jpeg


in old esp there is some fix for that.

Mitchell 12-09-2016 03:07

Re: [CSGO] Advanced Admin ESP
 
Quote:

Originally Posted by MAMAC (Post 2476387)
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

http://image.prntscr.com/image/a6d35...903f1addb.jpeg


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?

MAMAC 12-09-2016 03:55

Re: [CSGO] Advanced Admin ESP
 
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

Mitchell 12-09-2016 04:21

Re: [CSGO] Advanced Admin ESP
 
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.

shanapu 12-09-2016 08:09

Re: [CSGO] Advanced Admin ESP
 
Quote:

Originally Posted by MAMAC (Post 2476387)
and problem is this
-image-
in old esp there is some fix for that.

try
sv_force_transmit_players 1

TRID 12-09-2016 10:59

Re: [CSGO] Advanced Admin ESP
 
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_.

Sw33T3R 12-09-2016 11:08

Re: [CSGO] Advanced Admin ESP
 
Does ESP works when player alive?

sHoC 12-09-2016 11:53

Re: [CSGO] Advanced Admin ESP
 
Quote:

Originally Posted by Sw33T3R (Post 2476499)
Does ESP works when player alive?

LOL NO, ahahahahaha , would you like to have esp when you are alive eh ? :P after they will call you cheater

Mitchell 12-09-2016 12:33

Re: [CSGO] Advanced Admin ESP
 
Quote:

Originally Posted by shanapu (Post 2476442)
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 (Post 2476517)
LOL NO, ahahahahaha , would you like to have esp when you are alive eh ? :P 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 (Post 2476497)
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.


All times are GMT -4. The time now is 23:54.

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