jwestfall69 / eotl_icon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eotl_icon

This is a TF2 sourcemod plugin I wrote for the EOTL community.

This plugin will put an icon/sprite above vip players that are alive when a round ends. Its based off the donator recognition plugin.

It has the following differences from the origin plugin

  • Rewritten in new style sourcemod syntax
  • Adds config file to support numerous different icons
  • Allows each VIP to have their own icon defined (in the database)
  • Allow executing commands for an icon when its enabled/disabled
  • Removed some unneeded features

Dependencies


This plugin depends on eotl_vip_core plugin.

Config File (addons/sourcemod/configs/eotl_icon.cfg)


This config file defines the different possible icons that a VIP could have. Please refer to the config file for more detail on this.

ConVars


eotl_icon_debug [0/1]

Disable/Enable debug logging

Default: 0 (disabled)

About

License:The Unlicense


Languages

Language:SourcePawn 100.0%