Forums Index >> Modding >> dash codes



Page : <1> :


Ok all I just got my full game back I am trying to add dash's new codes were do I put the pass word
// game/server/dash/pref.cs
// This file contains settings related to my admin system

// Password used for logging in using /sadm or /adm
// PLEASE CHANGE YOUR PASSWORD!!!!!!!!!!!!!!!!!!!!!!!!!!!
$pref::Server::AdminPassword = "PASSWORD";
// 1: players can change tanks; 0: players cannot change tanks
$pref::Server::TankChangers = 1;
// 1: players can change teams; 0: players cannot change teams
$pref::Server::TeamChangers = 1;
// 1: players can change projectiles; 0: players cannot change projectiles
$pref::Server::ProjectileChangers = 1;
// Message displayed to a player when they are banned from a server
$pref::Server::BanMessage = "YOU HAVE BEEN FROM THIS SERVER. ";
// Message displayed to others when a player is banned from the server
$pref::Server::BanAnnouncment = " HAS BEEN BANNED";
// Message displayed to others when a player is kicked from the server
$pref::Server::KickAnnouncment = " HAS BEEN KICKED";
// Message displayed to a player when is kicked from the server
$pref::Server::KickMessage = " YOU HAVE BEEN KICKED FOR BAD BEHAVIOR, YOU ARE WELCOME TO COME BACK IF YOU WILL PLAY NICELY";
// Message displayed to others when a player is silenced
$pref::Server::SilenceMessage = " HAS BEEN DEEMED UNWORTHY OF CHAT";
// Message displayed to others when a player is un-silenced
$pref::Server::UnSilenceMessage = " HAS BEEN GIVEN ANOTHER CHANCE TO USE CHAT";
// Message sent to a silenced player who tries to chat
$pref::Server::ChatDeniedMessage = "NO CHAT FOR YOU";
// Message sent to all players when a player is killed by the admin
$pref::Server::AdminKillMessage = " HAD HIS BRAIN POPPED BY AN ADMIN FOR BEING A PUNK";
// Message sent to all players when a player is kicked for an admin login attempt
$pref::Server::FailedAdminLogin = " HAS BEEN KICKED FOR A FAILED ADMIN LOGIN ATTEMPT";
// Message sent to all players when the nuke command is used
$pref::Server::NukeMessage = " NUKE 'EM ALL";

 

Thursday, March 17, 2005 at 7:31:36 PM

 

 

// game/server/dash/pref.cs
// This file contains settings related to my admin system

// Password used for logging in using /sadm or /adm
// PLEASE CHANGE YOUR PASSWORD!!!!!!!!!!!!!!!!!!!!!!!!!!!
$pref::Server::AdminPassword = "PASSWORD ";
// 1: players can change tanks; 0: players cannot change tanks
$pref::Server::TankChangers = 1;
// 1: players can change teams; 0: players cannot change teams
$pref::Server::TeamChangers = 1;

 

The word "PASSWORD" in italics is what the admin password is. One might be...

 


// Password used for logging in using /sadm or /adm
// PLEASE CHANGE YOUR PASSWORD!!!!!!!!!!!!!!!!!!!!!!!!!!!
$pref::Server::AdminPassword = "dogbiscuit123 ";

 

 

Thursday, March 17, 2005 at 8:18:46 PM

In other words... On the bold line change the "Password" delete the quotation marks surrounding password too....

// Password used for logging in using /sadm or /adm
// PLEASE CHANGE YOUR PASSWORD!!!!!!!!!!!!!!!!!!!!!!!!!!!
$pref::Server::AdminPassword = "PASSWORD";
// 1: players can change tanks; 0: players cannot change tanks
$pref::Server::TankChangers = 1;
// 1: players can change teams; 0: players cannot change teams
$pref::Server::TeamChangers = 1;
// 1: players can change projectiles; 0: players cannot change projectiles
$pref::Server::ProjectileChangers = 1;
// Message displayed to a player when they are banned from a server
$pref::Server::BanMessage = "YOU HAVE BEEN FROM THIS SERVER. ";
// Message displayed to others when a player is banned from the server
$pref::Server::BanAnnouncment = " HAS BEEN BANNED";
// Message displayed to others when a player is kicked from the server
$pref::Server::KickAnnouncment = " HAS BEEN KICKED";
// Message displayed to a player when is kicked from the server
$pref::Server::KickMessage = " YOU HAVE BEEN KICKED FOR BAD BEHAVIOR, YOU ARE WELCOME TO COME BACK IF YOU WILL PLAY NICELY";
// Message displayed to others when a player is silenced
$pref::Server::SilenceMessage = " HAS BEEN DEEMED UNWORTHY OF CHAT";
// Message displayed to others when a player is un-silenced
$pref::Server::UnSilenceMessage = " HAS BEEN GIVEN ANOTHER CHANCE TO USE CHAT";
// Message sent to a silenced player who tries to chat
$pref::Server::ChatDeniedMessage = "NO CHAT FOR YOU";
// Message sent to all players when a player is killed by the admin
$pref::Server::AdminKillMessage = " HAD HIS BRAIN POPPED BY AN ADMIN FOR BEING A PUNK";
// Message sent to all players when a player is kicked for an admin login attempt
$pref::Server::FailedAdminLogin = " HAS BEEN KICKED FOR A FAILED ADMIN LOGIN ATTEMPT";
// Message sent to all players when the nuke command is used
$pref::Server::NukeMessage = " NUKE 'EM ALL";

~~~KAG(KS)

Friday, March 18, 2005 at 5:18:31 AM

Umm, did you even look at it at all?
it says right here

 

// Password used for logging in using /sadm or /adm
// PLEASE CHANGE YOUR PASSWORD!!!!!!!!!!!!!!!!!!!!!!!!!!!
$pref::Server::AdminPassword = "PASSWORD";

 

The file is self explanitory.....

 

 

 

 

 

Tuesday, March 29, 2005 at 6:29:53 PM

I'll just slap this in from another post , just in case reading is a problem.

MAX

Tuesday, March 29, 2005 at 7:04:03 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald