View Single Post
OciXCrom
Veteran Member
Join Date: Oct 2013
Location: Macedonia
Old 03-03-2021 , 09:09   Re: [INC] cmd_targetex(): @all, @ct, @t, @me, @view & more!
Reply With Quote #6

I'm aware of this, but I wasn't able to find a complete list of team names in all games. I did add only "cstrike" teams that work only when modname is "cstrike". You can easily add more:

Code:
static TargetEx_Teams[][TargetExTeamStructure] = {     { "ct", "CT" },     { "t", "TERRORIST" },     { "spec", "SPECTATOR" } }

Code:
if(equal(szModName, "cstrike")) {     TargetEx_TeamStart = 0;     TargetEx_TeamEnd = 2; }

I will fully expand this if I get to such a list.
__________________
OciXCrom is offline
Send a message via Skype™ to OciXCrom