[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS • View topic - Server commands

Battlefield Modding Tutorials BFMODS

Battlefield Modding Tutorials
It is currently Wed Jun 18, 2025 10:09 am

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 23 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject: Re: Server commands
PostPosted: Tue Aug 26, 2008 10:51 pm 
Offline

Joined: Tue Jan 30, 2007 10:58 pm
Posts: 329
Location: www.TKO.clanservers.com
Image
Hope this is helpful...
Console Commands

GENERAL COMMANDS:

- Game.listplayers
Every player has an ID number, which is used for kicking/voting off the player. This command lists those numbers.

- Game.listmaps
Every map on the server has an ID number, which is used for voting to change maps. This command lists those numbers.

- Game.enablefreecamera *
This enables free look mode on clients who are waiting to spawn. For *, 1 turns free look on, 0 turns it off. Note that this command can only be run from the server, or by a user that has remote server access.

ADMIN COMMANDS:


- Admin.kickplayer *
* is equal to the player id number. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.banplayer *
* is equal to the player id number. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.removeaddressfrombanlist *
* is equal to the IP of a banned player. Note that this command can only be run from the server, or by a user that has remote
server access.

- Admin.changemap *
* is equal to the map name. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.addaddresstobanlist *
* is equal to the IP address to the client that is to be banned. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.clearbanlist
This allows all users that were previously banned to once again connect to the server. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.externalviews *
This command enables/disables external camera views on clients connected to the server. For *, 1 turns external views on, 0 turns it off. Note that this also disables the nose cam. Also, note that this command can only be run from the server, or by a user that has remote server access.

- Admin.listbannedaddresses
Lists the IP addresses that are banned from connecting to the server. Note that this command can only be run from the server, or by a user that has remote server access.

- Admin.allownosecam *
This command enables/disables the ability for clients to turn off the airplane HUD. For *, 1 turns nose cam on, 0 turns it off. Also note that if external views are turned off, nose cam cannot be used. Note that this command can only be run from the server, or by a user that has remote server access.

VOTING COMMANDS:

- Game.votemap *
This command will initiate/cast a vote to change maps on the server. * is equal to the map id number.

- Game.votekickplayer *
This command will initiate/cast a vote to kick a player. Players on both teams can participate in this vote. * is equal to the player id number.

- Game.votekickteamplayer *
This command will initiate/cast a vote to kick a player. Voting is restricted to the team of the player who initiated the vote. * is equal to the player id number.

- Admin.votingtime *
This command sets the amount of time clients have to cast a vote after it has been initiated. * is equal to the number of seconds clients will have to vote. Note that this command can only be run from the server, or by a user that has remote server access.

REMOTE CONSOLE ACCESS:

- Admin.enableremoteadmin password (No idea why this is listed twice?)
The server needs to have this command executed every map. The password can include numbers OR letters, but not a combination of the two. NOTE: DO NOT INCLUDE ANY SPACES IN YOUR PASSWORD.

- Admin.enableremoteadmin password (No idea why this is listed twice?)
The client that is to have remote admin access is to execute this command. The password must be the same as the one set on the server.

- admin.execremotecommand
To execute a command from a client, one would type the admin.execremotecommand, followed by the desired admin command in quotation marks. For example, to kick someone with the player id of 7 from a client machine, one would type the following (after going through the first two steps of this section.)

admin.execremotecommand "admin.kickplayer 7"

Or, to change maps, one would use this command:

admin.execremotecommand "admin.changemap hue"

OTHER HELPFUL COMMANDS:

- Console.showfps *
This toggles the FPS display on and off. For *, 1 turns FPS on and 0 turns it off.

- Console.showstats *
This toggles the debug stats display on and off. For *, 1 turns the debug stats display on and 0 turns it off.

- Game.changeplayername *
This allows a user to quickly change his name. * is equal to the player name.

_________________
[TKO] Tactical Knock Out : IP Address: 8.2.122.210 : Good Luck Dying


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Wed Aug 27, 2008 6:35 am 
Offline

Joined: Tue Jun 17, 2008 6:13 pm
Posts: 132
Location: Utah


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Wed Aug 27, 2008 6:40 am 
Offline

Joined: Tue Jun 17, 2008 6:13 pm
Posts: 132
Location: Utah


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Wed Aug 27, 2008 11:16 pm 
Offline

Joined: Wed Jun 13, 2007 7:19 pm
Posts: 621
Location: United States of America
HA, see i told yall :D , she knows her she-it! nice post kitten..... ;-) you go girl!!!

_________________
"like a tree, the full measure of a man can best be found when down."



Webpage: http://ez1st.homeip.net/


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Fri Feb 27, 2009 6:16 am 
Offline

Joined: Wed Dec 19, 2007 8:21 pm
Posts: 256
Is there a command to make the console writing stay on screen for a longer period of time?


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Fri Feb 27, 2009 9:41 pm 
Offline
User avatar

Joined: Sun Dec 31, 2006 12:13 am
Posts: 2027
I think its hard-coded....I remember seeing something about this before. Anyone else?


Top
 Profile Send private message E-mail  
 
 Post subject: Re: Server commands
PostPosted: Fri Feb 27, 2009 10:46 pm 
Offline

Joined: Mon Aug 16, 2004 12:00 am
Posts: 2120
Not the yellow writing no.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 23 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 23 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group