User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 11:06, 15 August 2012 (diff | hist) . . (+373). . N Advance Mode(Created page with "Advance mode may be combined with the other game modes, e.g. for R/S/A mode, or it can be active by itself. In Advance mode players start the match armed only with secondary w...") (current)
  • 11:05, 15 August 2012 (diff | hist) . . (+473). . N ScriptName(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Name of the folder that the current script resides in; in the /script/ folder. '''Exam...") (current)
  • 11:04, 15 August 2012 (diff | hist) . . (+1,720). . N Survival Mode(Created page with "In addition to Realistic mode, there is the option to enable Survival Mode, a sub-gamemode where all players spawn together at the beginning. In most realistic servers, surviv...")
  • 11:04, 15 August 2012 (diff | hist) . . (+482). . N RandomBot(Created page with "===From the Scripting Manual=== ''function RandomBot: string;'' '''Parameter Info:''' None '''Description:''' This function will return the name of a random .bot fi...") (current)
  • 11:00, 15 August 2012 (diff | hist) . . (+837). . N Crimson Glory(Created page with "Crimson Glory is the latter of two unfinished games released by MM, the other being R. Crimson Glory was intended as a hybrid 2D+3D game, containing elements of both,...") (current)
  • 11:00, 15 August 2012 (diff | hist) . . (+425). . N Link-dead(Created page with "'''link-dead''' is MM's latest development project, one which he is extraordinarily excited about. link-dead will be a 2D side-scroller in a format very similar to how Sol...") (current)
  • 10:58, 15 August 2012 (diff | hist) . . (+622). . N SayToPlayer(Created page with "===From the Scripting Manual=== ''procedure SayToPlayer(ID: byte; Text: string);'' '''Parameter Info:''' ID (Byte): Player ID to send text to Text (String): Text to be...") (current)
  • 10:57, 15 August 2012 (diff | hist) . . (+513). . N OnFlagScore(Created page with "===From the Scripting Manual=== ''procedure OnFlagScore(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who scored the flag. TeamF...") (current)
  • 10:56, 15 August 2012 (diff | hist) . . (+645). . N Lobby ping(Created page with "<source lang="php"> $ip = '127.0.0.1'; $port = 23073; $start_time = microtime(true); $sock = socket_create(AF_INET,SOCK_DGRAM,SOL_UDP); socket_set_option($sock, SOL_SOCKET, SO...") (current)
  • 10:55, 15 August 2012 (diff | hist) . . (+572). . N OnLeaveGame(Created page with "===From the Scripting Manual=== ''procedure OnLeaveGame(ID, Team: byte; Kicked: boolean);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team t...") (current)
  • 10:55, 15 August 2012 (diff | hist) . . (+311). . N AlphaScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Alpha (Red) team. ==External Links== * [http://enesce.com/help/index.ht...") (current)
  • 10:54, 15 August 2012 (diff | hist) . . (+1,561). . N RegExpMatch(Created page with "===From the Scripting Manual=== ''function RegExpMatch(Pattern, Source: string): boolean;'' '''Parameter Info:''' Pattern (String): A POSIX extended regular expression. ...") (current)
  • 10:54, 15 August 2012 (diff | hist) . . (+983). . N ReadINI(Created page with "===From the Scripting Manual=== ''function ReadINI(FileName, Section, Key, DefaultValue: string): string;'' '''Parameter Info:''' FileName (String): File located in your...") (current)
  • 10:53, 15 August 2012 (diff | hist) . . (+336). . N CharliePlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Charlie (Yellow) team. ==External Links== * [http://enesce....")
  • 10:53, 15 August 2012 (diff | hist) . . (+327). . N AlphaPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Alpha (Red) team. ==External Links== * [http://enesce.com/h...")
  • 10:52, 15 August 2012 (diff | hist) . . (+313). . N DeltaScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Delta (Green) team. ==External Links== * [http://enesce.com/help/index....") (current)
  • 10:52, 15 August 2012 (diff | hist) . . (+1,763). . N OnRequestGame(Created page with "===From the Scripting Manual=== ''function OnRequestGame(IP: string; State: integer): integer;'' '''Parameter Info:''' IP (String): IP Address of the player requesti...") (current)
  • 10:49, 15 August 2012 (diff | hist) . . (+312). . N BravoScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Bravo (Blue) team. ==External Links== * [http://enesce.com/help/index.h...") (current)
  • 10:48, 15 August 2012 (diff | hist) . . (+585). . N Writeln(Created page with "===From the Scripting Manual=== ''procedure WriteLn(Output: string);'' '''Parameter Info:''' Output (String): Text to be written to the Admin Console. '''Description:...") (current)
  • 10:47, 15 August 2012 (diff | hist) . . (+483). . N GetPID(Created page with "===From the Scripting Manual=== ''function GetPID: integer;'' '''Parameter Info:''' None '''Description:''' This function will return the current Process ID of the S...") (current)
  • 10:47, 15 August 2012 (diff | hist) . . (+329). . N DeltaPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Delta (Green) team. ==External Links== * [http://enesce.com...")
  • 10:46, 15 August 2012 (diff | hist) . . (+524). . N OnFlagReturn(Created page with "===From the Scripting Manual=== ''procedure OnFlagReturn(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who returned the flag. Te...") (current)
  • 10:45, 15 August 2012 (diff | hist) . . (+673). . N OnPlayerDamage(Created page with "===From the Scripting Manual=== ''function OnPlayerDamage(Victim, Shooter: byte; Damage: integer): integer;'' '''Parameter Info:''' Victim (Byte): Player ID of the p...") (current)
  • 10:45, 15 August 2012 (diff | hist) . . (+670). . N Shell exec(Created page with "''function shell_exec(Command: string): integer;'' '''Parameter Info:<br>''' Command (String): Command to be executed on the machine running the Soldat Server. '''Descript...") (current)
  • 10:44, 15 August 2012 (diff | hist) . . (+260). . N GetTickCount(Created page with " ''function GetTickCount(): integer;'' '''Description:''' Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at...") (current)
  • 10:44, 15 August 2012 (diff | hist) . . (+495). . N ServerIP(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current IP Address the soldatserver is bound to. '''NOTE:''' If your server does not h...") (current)
  • 10:43, 15 August 2012 (diff | hist) . . (+798). . N GetArrayLength(Created page with "===Syntax=== ''function GetArrayLength(X: array of variant): integer;'' '''Parameter Info:''' X (Array of Variant): This paramater can be an array of any data type. '...") (current)
  • 10:43, 15 August 2012 (diff | hist) . . (+328). . N NextMap(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' The name of the map that will be played next on the server. ==External Links== * [http://e...")
  • 10:42, 15 August 2012 (diff | hist) . . (+644). . N Round(Created page with "===From the Scripting Manual=== ''function round(Number: real): integer;'' '''Parameter Info:''' Number (Real): Numeric value to round up/down. '''Description:''' T...")
  • 10:42, 15 August 2012 (diff | hist) . . (+328). . N BravoPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Bravo (Blue) team. ==External Links== * [http://enesce.com/...")
  • 10:41, 15 August 2012 (diff | hist) . . (+322). . N NumPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players playing in the server. ==External Links== * [http://enesce.com/he...")
  • 10:40, 15 August 2012 (diff | hist) . . (+705). . N BanPlayer(Created page with " ''procedure BanPlayer(num: byte; time: integer);'' '''Parameter Info:''' num (byte): Player ID to ban time(integer): Amount of time in minutes to wait before unbanning...") (current)
  • 10:39, 15 August 2012 (diff | hist) . . (+560). . N OnPlayerCommand(Created page with "===From the Scripting Manual=== ''function OnPlayerCommand(ID: Byte; Text: string): boolean;'' '''Parameter Info:''' ID (Byte): Player ID of the player who typed the...") (current)
  • 10:36, 15 August 2012 (diff | hist) . . (+720). . N RoundTo(Created page with "===From the Scripting Manual=== ''function RoundTo(Number: extended; Decimals: integer): extended;'' '''Parameter Info:''' Number (Extendedl): Numeric value to round up/...")
  • 10:35, 15 August 2012 (diff | hist) . . (+463). . N OnJoinTeam(Created page with "===From the Scripting Manual=== ''procedure OnJoinTeam(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...")
  • 10:35, 15 August 2012 (diff | hist) . . (+630). . N OnFlagGrab(Created page with "===From the Scripting Manual=== ''procedure OnFlagGrab(ID, TeamFlag: byte; GrabbedInBase: boolean);'' '''Parameter Info:''' ID (Byte): Player ID of the player who gr...") (current)
  • 10:34, 15 August 2012 (diff | hist) . . (+339). . N DeathmatchPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on team 0 (aka Deathmatch) ==External Links== * [http://enesce.com...")
  • 10:34, 15 August 2012 (diff | hist) . . (+455). . N OnAdminDisconnect(Created page with "===From the Scripting Manual=== ''procedure OnAdminDisconnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who disconnected. '''Des...")
  • 10:33, 15 August 2012 (diff | hist) . . (+363). . N Michał Marcinkowski(Created page with "'''Michal Marcinkowski''' is the original sole developer of Soldat, Crimson Glory, and R. His current primary focus is link-dead, which is under heavy development....")
  • 10:32, 15 August 2012 (diff | hist) . . (+314). . N CurrentMap(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current map being played on the server. ==External Links== * [http://enesce.com/help/index...")
  • 10:32, 15 August 2012 (diff | hist) . . (+663). . N SetTeamScore(Created page with "===From the Scripting Manual=== ''procedure SetTeamScore(Team: byte; Score: integer);'' '''Parameter Info:''' Team (Byte): Team number from 1->4 to set the score Score...") (current)
  • 10:32, 15 August 2012 (diff | hist) . . (+655). . N OnWeaponChange(Created page with "===From the Scripting Manual=== ''procedure OnWeaponChange(ID, PrimaryNum, SecondaryNum: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who has ch...")
  • 10:31, 15 August 2012 (diff | hist) . . (+545). . N OnJoinGame(Created page with "===From the Scripting Manual=== ''procedure OnJoinGame(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...")
  • 10:31, 15 August 2012 (diff | hist) . . (+595). . N OnAdminMessage(Created page with "===From the Scripting Manual=== ''procedure OnAdminMessage(IP, Msg: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who sent the command. Ms...")
  • 10:30, 15 August 2012 (diff | hist) . . (+548). . N OnAdminConnect(Created page with "===From the Scripting Manual=== ''procedure OnAdminConnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who just logged in. '''Descriptio...")
  • 10:29, 15 August 2012 (diff | hist) . . (+646). . N SetScore(Created page with "===From the Scripting Manual=== ''procedure SetScore(ID: byte; Score: integer);'' '''Parameter Info:''' ID (Byte): Player ID who will have their score (Kills) modified. ...") (current)
  • 10:29, 15 August 2012 (diff | hist) . . (+441). . N OnPlayerRespawn(Created page with "===From the Scripting Manual=== ''procedure OnPlayerRespawn(ID: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who just respawned. '''Descrip...") (current)
  • 10:29, 15 August 2012 (diff | hist) . . (+701). . N ReadFile(Created page with "Note that ReadFile ends when it reaches a substitute character (Chr(26)). ===From the Scripting Manual=== ''function ReadFile(FileName: string): string;'' '''Parameter In...")
  • 10:28, 15 August 2012 (diff | hist) . . (+569). . N OnPlayerKill(Created page with "===From the Scripting Manual=== ''procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);'' '''Parameter Info:''' Killer (Byte): Player ID of the player who ki...") (current)
  • 10:27, 15 August 2012 (diff | hist) . . (+535). . N MaxPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current player limit for the server (Excluding Admins and Bots) ==Examples== <source lang="p...")

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)