Tremulous Forum
Community => Servers => Topic started by: jake 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?
-
You'd probably have to edit the code to add say_admins3 and say_admins4 commands etc.
-
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.
-
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)).