User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

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

  • 10:31, 15 August 2012 (diff | hist) . . (+14,348). . N Client-Lobby Protocol Parsers(Created page with "Here are some parsers/constructors to help communicate with the lobby using the Client-Lobby_Protocol ==PHP== ===By PerroAZUL=== It has a function RequestServers. You c...") (current)
  • 10:30, 15 August 2012 (diff | hist) . . (+968). . N Arrayhigh(Created page with "===From the Scripting Manual=== ''function ArrayHigh(X: array of variant): integer;'' '''Parameter Info:''' X (Array of Variant): This paramater can be an array of any d...")
  • 10:28, 15 August 2012 (diff | hist) . . (+2,111). . N GetSpawnStat(Created page with "===From the Scripting Manual=== ''function GetSpawnStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Spawn Point ID to get the stat of. Stat (S...") (current)
  • 10:27, 15 August 2012 (diff | hist) . . (+871). . N Inc(Created page with "===From the Scripting Manual=== ''procedure inc(var X: integer; N: integer);'' '''Parameter Info:''' variable X (Integer): Numeric variable to increase by N (see below) ...") (current)
  • 10:24, 15 August 2012 (diff | hist) . . (+1,047). . N ForwardClient(Created page with "===Scripting Manual Style=== ''procedure ForwardClient(SrcIP: string; SrcPort: integer; TargetIP: string; TargetPort: integer; Message: string);'' '''Parameter Info:''' ...") (current)
  • 10:23, 15 August 2012 (diff | hist) . . (+772). . N OnCommand(Created page with "===From the Scripting Manual=== ''function OnCommand(ID: Byte; Text: string): boolean;'' '''Parameter Info:''' ID (Byte): ID of the player who sent the command. (255 = S...") (current)
  • 10:22, 15 August 2012 (diff | hist) . . (+825). . N AppOnIdle(Created page with "===From the Scripting Manual=== ''procedure AppOnIdle(Ticks: integer);'' '''Parameter Info:''' Ticks (Integer): Current tick count. '''Description:''' This procedure ...")
  • 10:21, 15 August 2012 (diff | hist) . . (+1,759). . N GetObjectStat(Created page with "===From the Scripting Manual=== ''function GetObjectStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Object ID to get the stat of. Stat (Strin...") (current)
  • 10:20, 15 August 2012 (diff | hist) . . (+3,246). . N Things To Do(Created page with "* Add admin commands to http://devs.u13.net/wiki/index.php/Commands * Redo the scripting pages to attribute enesce's manual. Follow onCommand as an example. Key things t...") (current)
  • 10:19, 15 August 2012 (diff | hist) . . (+2,312). . N GetPlayerStat(Created page with "===From the Scripting Manual=== ''function GetPlayerStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Player ID to get the stat of. Stat (Strin...")
  • 19:04, 14 August 2012 (diff | hist) . . (+39). . N Category:Server Scripting Functions(Created page with "Functions Category:Server Scripting") (current)
  • 18:52, 14 August 2012 (diff | hist) . . (+186). . N 3rd party lobby protocol(Created page with "The lobby will have a simplified protocol for 3rd party application developers. For now the only interface available is the one used by the client, detailed at [[Client-Lobby...") (current)
  • 18:52, 14 August 2012 (diff | hist) . . (+245). . N Lobby Protocol(Created page with "There are two available lobby server protocols for public use * The Client-Lobby Protocol, used by the Soldat client * The 3rd party lobby protocol, intended for use b...")
  • 18:51, 14 August 2012 (diff | hist) . . (+1,212). . N Download thread(Created page with "As mentioned here, if Allow_Download=1, then clients will be able to download maps and their sceneries/textures before joining the game. The request u...")
  • 18:51, 14 August 2012 (diff | hist) . . (+7,316). . N Map(Created page with "A '''map''' is a file that Soldat uses to recognize a level (e.g., ctf_B2b.PMS). These maps, with the ''.PMS'' filetype extension, can be generated with [[:Category:Mapping_To...")
  • 18:50, 14 August 2012 (diff | hist) . . (+641). . N Testing your connectivity(Created page with "To debug your server, checking that all the net threads are fully functional and working, you can use [http://server1.enesce.com/ptest.php EnEsCe's Port Setting Tester]. More ...")
  • 18:49, 14 August 2012 (diff | hist) . . (+1,815). . N !nextmap Voting(Created page with "===!nextmap Voting by Curt=== <source lang="pascal"> const Color = $FFFFFFFF; VotePerc = 51; VoteTime = 30; AddTime = 5; var Go: boolean; VFor,Time: byte; Voted...") (current)
  • 18:49, 14 August 2012 (diff | hist) . . (+10,223). . N Map Specifications(Created page with "===Script by: Curt=== <source lang="pascal">//Script by Curt (DorkeyDear) //ReturnFlag modified by Curt; origonal author is J-Factor type tGroup = record SpreadSpawn, D...") (current)
  • 18:49, 14 August 2012 (diff | hist) . . (+5,652). . N Weapon Limiter(Created page with "Script has been outdated by the Map Specifications script. ===Script by: Curt=== <source lang="pascal">type tMaps = record Map, Weaponsini, Soldatini: string; S...") (current)
  • 18:48, 14 August 2012 (diff | hist) . . (+2,516). . N Simple SpamMeter(Created page with "===Script by Spkka (using xsplit by KeYDoN)=== <source lang="pascal"> //CONSTANTS const MAXPLAYER = 16; MAXSPAM = 100; //VARIABLES var spamMeter: array [1..MAXPLAYER] of int...") (current)

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