You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I just started a new TFC server, and properly installed the amxmodx. However, even if I open the tfc\server.cfg file and set the "mp_friendlyfire" as "0", friendly is still active. Also, if I type "ff" during the chat, it shows that it's supposedly "disabled", but it's not what it's actually going on. From what I can see, the amxmodx almost completely disables the vanilla server files, but I just can't find the file that controls this function.
The text was updated successfully, but these errors were encountered:
This is not an AMXX issue. TFC has a non-standard system for team damage and ignores mp_friendlyfire. You need to manipulate the mp_teamplay variable instead.
The standard AMXX plugin that provides the say ff command has no knowledge of this, but I would recommend matching mp_friendlyfire to whatever you configure via mp_teamplay for your players' convenience.
Hello.
I just started a new TFC server, and properly installed the amxmodx. However, even if I open the tfc\server.cfg file and set the "mp_friendlyfire" as "0", friendly is still active. Also, if I type "ff" during the chat, it shows that it's supposedly "disabled", but it's not what it's actually going on. From what I can see, the amxmodx almost completely disables the vanilla server files, but I just can't find the file that controls this function.
The text was updated successfully, but these errors were encountered: