AdminESP

Платное AdminESP 2.0.1

private bool API_HasActive(ulong userID) - Does the player have ESP enabled return true/false
private void API_EspActivate(BasePlayer player) - Force ESP to turn on
private void API_EspDeactivate(BasePlayer player) - Force Disable ESP

#HOOKS

object CanChangedESP(BasePlayer player, bool activated) - Called before ESP is enabled/disabled, returning any value other than null will prevent the player from activating/deactivating ESP
void OnEspActivated(BasePlayer player) -Notification about player's ESP enabled
void OnEspDeactivated(BasePlayer player) - Notification about player's ESP being disabled