Forums Index >> Modding >> Dedicated Server Terminal Codes
Page : <1> :
Hmmm, you know what, you'd need a.cs to be able to ban ppl from terminal :)
Well, here are mine:
function unlockserver()
{
$Pref::Server::Password = "";
echo("The Server Has Been Unlocked");
}
Function lockserver(%password)
{
$Pref::Server::Password = %password;
echo("The Server Has Been Locked With The Pass: "@%password);
}
Function servernamechanger(%newname)
{
$Pref::Server::Name = %newname;
echo("The Server Name Has Been Changed To: "@%newname);
}
Well, to kick ppl from terminal u need to get the cadd and then use CADD.delete();
Yea, to use my codes put it into the consoleutilities.cs file and then use nameoffunctionhere("any variable like server name here");
Well, I still have to finish the last part
Visit my dev. Blog for more info:
Here
Make someone a dictator? Isin't that a little evil? :P
- b20
^ lol BUT.... You DONT have clone all.....
if this makes you take longer on the admin script Someone please put ducktape on my mrgupphh
EDIT: cant you edit the centerprinting??
Last edited: Tuesday, May 10, 2005 at 9:58:38 PM
It does have clones, and I have good news, im finished! Oh Pedro, invisibility code wont be released, its really buggy and may crash the client using it, I'll keep it for myself and repent :P
OK..... Can You send the script to pedro.tranda@gmail.com Please :D Beta Tester for Mac OS 10.3.9
Also What is the Function to Restart my server, Because instead of closing it and re writing everything again, which takes quite a while is there just a function that just restarts the server....
Art Crazyİ
I'm still interested in testing your admin scripts. If your looking for beta testers please send me your creation to napalm_tt@yahoo.com
Thanks!
@Pedro
I'll see if I include ya in the list :)
Oh try writing cyclegame(); in console
That wont restart the server but will cycle the mission, that cleans the server
@Racer
Yea it will :)
@Napalm
I thought u knew I was already in the list :)
Thanks Art.
P.S - When I try entering my own server it comes up (Invalid Packet) The Map is my own map made in TGE and then MODDED in ModWiz, Do you know why I cant enter my own server and it comes up with that error, the message comes up half way through the loading of the Mission Lighting
Normally that happens cos of some error in the.mis file...
Not sure about it
The code I mention goes in consoleutilities.cs, as I also mentioned in another post :P
Herm, those functions are taken of my admin script, it has em as code and as a console utility :P
Last edited: Friday, May 13, 2005 at 10:16:22 AM
Ill beta test too Got a Mac ;)
e-mail: Spark3@povvideo.com
thanks
Page : <1> :
I host Monkeemans MODs. In terminal I can see people Join my server my stuff like that, What I want is Loads of different Scripts I can put into Terminal so I can Change settings without going into the game, Maybe even ban people from terminal.
If you know any short scripts that work can you please post them.