Closed azurda closed 5 years ago
This is the end result of the command
Modify whoip
to add any features needed. Add /amstatus as an optional command:
else if ((Q_stricmp(cmd, "whoip") == 0) || (Q_stricmp(cmd, "amwhoip") == 0))
change to:
else if ((Q_stricmp(cmd, "whoip") == 0) || (Q_stricmp(cmd, "amwhoip") == 0) || (Q_stricmp(cmd, "amstatus") == 0))
Amstatus command provides a list of the current players, nicknames and ip addresses , also client numbers.
seems to be missing in clanmod