Author Topic: say_admin_level?  (Read 2845 times)

jake

  • Posts: 23
  • Turrets: +2/-7
say_admin_level?
« on: December 10, 2008, 04:08:12 pm »
Does anyone know how to make more than one type of say_admin, so that you can have say, a different flag for diffenent levels, e.g. level 3 can communicate with other level3's and level 4 can communicate with other level4's without anyone else listening in?

David

  • Spam Killer
  • *
  • Posts: 3543
  • Turrets: +249/-273
Re: say_admin_level?
« Reply #1 on: December 10, 2008, 05:02:00 pm »
You'd probably have to edit the code to add say_admins3 and say_admins4 commands etc.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Bissig

  • Posts: 1309
  • Turrets: +103/-131
Re: say_admin_level?
« Reply #2 on: December 10, 2008, 07:01:41 pm »
Or you could use "channels" and password them:

/join # password

f.e. /join 1 wafflez

To leave:
/part 1

This is in the p-g-qvm. I am not quite sure if it is also included in other qvms.

Undeference

  • Tremulous Developers
  • *
  • Posts: 1254
  • Turrets: +122/-45
Re: say_admin_level?
« Reply #3 on: December 10, 2008, 07:50:13 pm »
Does anyone know how to make more than one type of say_admin, so that you can have say, a different flag for diffenent levels, e.g. level 3 can communicate with other level3's and level 4 can communicate with other level4's without anyone else listening in?
Probably the way to do that would be to add a say_level command that sends a message to anyone above or at a certain specified level. But that seems kind of pointless to me.
Even if you are not a programmer, you can probably write that yourself by copying parts from similar commands (e.g., say and a (what you called say_admins)).
Need help? Ask intelligently. Please share solutions you find.

Thats what we need, helpful players, not more powerful admins.