Page 1 of 1

[CSGO] HUD message to target

Posted: Tue Nov 23, 2021 2:56 pm
by greenie
CVars:
You can modify the CVars below in cfg/sourcemod/hudmsgtarget_mandoxx.cfg file

m_dxEnabled = "Enabled = 1 // Disabled = 0");
m_dxFlag = "AdminFlags");
m_dxMsgYourself = "Do not allow to send message to yourself [Enable = 1 // Disable = 0]");
m_dxonecommandpround = "Allows you to use the command only once per round [Enable = 1 // Disable = 0]");
m_dxAllPlayers = "allows all players to use the command [Enable = 1 // Disable = 0]");

Obs: This is my first posted plugin, so please give me feedback

GITHUB