MitchDizzle/Advanced-Admin-ESP

ESP when in spec or dead

Closed this issue · 7 comments

Cannot seem to get the esp to work when in spec or dead. Works fine when alive. Using version 1.3.1. sm_advanced_esp_lifestate "0"

TR1D commented

+1

What are your config settings

`// This file was auto-generated by SourceMod (v1.8.0.5967)
// ConVars for plugin "csgo_advanced_esp.smx"

// 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_advanced_esp_ctcolor "96 128 192 64"

// Set to 1 if admins should automatically be given ESP
// -
// Default: "0"
sm_advanced_esp_default "0"

// Set to 1 if admins should only see esp when dead, 2 to only see esp while alive, 0 dead or alive.
// -
// Default: "0"
sm_advanced_esp_lifestate "0"

// Set to 1 if giving and setting esp should notify the rest of the server.
// -
// Default: "0"
sm_advanced_esp_notify "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_advanced_esp_tcolor "192 160 96 64"

`

what about sm_advanced_esp_team?

I've pushed an update for the Dead players seeing glows, however I'm going to have to rewrite a few things for spectators to be able to see the glows. May take some time.

TR1D commented

Fixed

Verified by user inspection