Forums Index >> Modding >> Basic Admin Tools (By: 187)
Page : <1> :
Too bad im not more fluent in Computer Geek
Looks like some fun
Doubt it will stay posted though
Last edited: Sunday, February 08, 2004 at 5:13:18 PM
I kept the info to moderation, just enough so you can enforce the rules of your server. There is some good stuff I left out on purpose.
Nathan & 187, your hint was enough to show me where to find the other commands. I found what I needed! Thank you ! Thank you! Thank you!
Okay, I'll get off your guys' backs now. :P
- Bomb...James Bomb
Last edited: Sunday, February 08, 2004 at 2:58:07 PM
Hey Guys,
Just a request. Use discretion about who you share information with.. We have been getting some support requests from people who are breaking their builds of the game and need help restoring it to 'normal'. I know y'all are already being good about it... Just wanted to ask that y'all keep being good about it.
SEE I TOLD YOU ALL NOT TO EDIT DSO or even think about editing it unless you know what you are doing...... Sigh I tried to do my part. Due to several Rude Persons I have stopped attempts to release real admin tools that I WAS working sorry all of you who wanted an easier way to kick. :[
~Mouse the Nobody~
If you can figure out how to find the rest, you obviously know enough to use this responsibily. I only posted ones that I think are necessary to keeping a peaceful, family friendly game and servers. I hope people can put this to good use.
I had to debate with myself wether I should post this or not.
Joe, if you feel this discussion gets out of hand, please feel free to delete it.
Hey thanks for the credits Nathan.
I found a better way to boot people that might be a little more stable for the game. At least I assume it is, since it was actually included in the commands scripts.
Kick(clientnumber);
This will inform the person along with everyone else that the admin has kicked them. I'm sure it works the same for ban but I really don't see any reason to use that on someone. So play nice everyone.
187
Wow, thank you. I just learned something 187. Thanks.
I can see the use of a temporary ban to stop someone coming back during that game.
You can change what they see with the "kickban.cs.dso" file in the common/server folder. (You will need to use a hex editor, I may re-write it to allow long messages)
Please Nathan or 187 email me..........on nasserjr3@hotmail.com........i would like to talk about this just a little.........ty truly M3©
But how do you make it so that they change when they go under ammo gate or type in code? 8o Also you can e-mail me at powerzapzero@aol.com
Last edited: Wednesday, February 11, 2004 at 11:09:23 PM
Thats all a custom script....187 is the only 1 to have it, to my knowledge.....
SWEET 187 YOU ROCK!
Last edited: Thursday, February 12, 2004 at 11:16:58 PM
Where does this go to? In the cs file?
Someone PLEASE send me full rules on use. The nut--quoteman@poetic.com
Roach I kinda saw that coming ;) but what is the code to kill people? :o
Well for one thing, wen I do centerscript it doesn't work, and I'm a little confused bout how to find someone's client number, email me at nate44@adelphia.net
Page : <1> :
Because of everyone wanting these, I think I will release some information that 187 shared with me a while back. Please do not be a moocher, if 187 decides to release more, she will. If not, well.....
First things first, you need to know about client numbers. They appear in console when someone joins. Here is an example:
CADD: 1889 IP: 145.23.55.2 Blah blah
The number after CADD: is the client number. Everyone in your server, including you, has one. Keep track.
Now, using that client number, here are some basic commands you can perform in your server. Bravetree, if you don't want this out there, delete it.
BOOTING:
*Client Number*.delete("*The message they see on the way out*");
TANK CHANGING:
*Client Number*.startingtankdb = "*Name of Tank*"; <------ Will only take effect when they respawn.
There are alot more. See if you can discover them!
Here are some admin tools that don't require client numbers:
CENTER-PRINTING:
Centerprintall("Message",*Seconds to display*,*Lines in Message*);
Clearcenterprintall(); <------ For clearing the centerprint.
BOTTOM-PRINTING:
Bottomprintall(*EVERYTHING IN THIS SPOT SAME AS ABOVE*);
Clearbottomprintall();
Ok. That is all I will tell you at this time. Please give 187 a thanks for this info.