Difference between revisions of "Commands"
(Created page with "Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (...") |
Ryan Rawdon (talk | contribs) |
||
Line 1: | Line 1: | ||
Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. [[Raw_commands]] aren't included here. | Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. [[Raw_commands]] aren't included here. | ||
+ | |||
+ | test edit | ||
List is not completed. For more commands, view [http://static.soldat.pl/man/manual-en.html#KOMENDY here]. | List is not completed. For more commands, view [http://static.soldat.pl/man/manual-en.html#KOMENDY here]. |
Revision as of 00:22, 26 August 2012
Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (read: buggy) syntax/output. Raw_commands aren't included here.
test edit
List is not completed. For more commands, view here.
Contents
/addbot
Level: Admin only Where: Server Syntax /addbot<team> <bot-file-name> [!] team is an integer (0-5), bot-file-name without path or extension, case sensitve Example /addbot Billy [!] Adds Billy to the game (no team) /addbot2 Terminator [!] Adds Terminator to Bravo team Output Billy has joined the game. Terminator has joined Bravo team.
Note: Team 5 is for spectators
/adminlog
Level: Player Where: Client->Server Syntax /adminglog <admin-pwd> Example /adminglog Rxz12F Output [Server message] <player-name> tried to login with bad admin password. [!] On fail [Server message] <player-name> added to game admins. [!] On success
/ban
Level: Admin only Where: Server Syntax /ban <player-id> /ban <player-name> [!] case-sensitive Example /ban 2 [!] Bans player with ID 2 /ban .:Major:. [!] Bans Major Output IP xxx.xxx.xxx.xxx has been banned from console.
/unban
Level: Admin only Where: Server Syntax /unban <IP-number> /unban <IP-number> Example /unban 87.189.16.194 [!] Unbans IP 87.189.16.194 (Console)Output IP number 87.189.16.194 unbanned.