User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:24, 21 August 2013 (diff | hist) . . (+59) . . TScript (→Description)
- 18:16, 21 August 2013 (diff | hist) . . (+150) . . N TScript.Unload (Created page with " '''''procedure Unload''''' ==Description== Disables a script. <br> Currently it's non-functional, its use disables the server. Category:TScript") (current)
- 18:11, 21 August 2013 (diff | hist) . . (+169) . . N TScript.Recompile (Created page with " '''''procedure Recompile(Force: Boolean)''''' Force: Recompile script even if doesn't present any changes. ==Description== Recompiles a script. Category:TScript") (current)
- 18:05, 21 August 2013 (diff | hist) . . (+483) . . TScript.TOnException
- 17:51, 21 August 2013 (diff | hist) . . (+215) . . N TScript.OnException (Created page with " '''''property OnException: TOnException''''' Access mode: RW ==Description== Occurs when an uncaught exception is thrown (out of range, null point...")
- 21:06, 2 August 2013 (diff | hist) . . (+25) . . TScript (→Members)
- 17:01, 2 August 2013 (diff | hist) . . (+928) . . N TScript (Created page with "==Inheritance== *TScript ==Description== Represents a script. user constructable: '''NO'''<br> user destructable: '''NO''' ==Members== {| class="wikitable" ! Member de...")
- 16:25, 1 July 2013 (diff | hist) . . (+500) . . N TActivePlayer.WriteConsole (Created page with " '''''procedure WriteConsole(Text: string; Color: Longint)''''' Text: message to send to player Color: text's color ==Description== Sends a message to a player. == Exampl...") (current)
- 16:23, 1 July 2013 (diff | hist) . . (+38) . . TActivePlayer.Say (current)
- 16:21, 1 July 2013 (diff | hist) . . (+280) . . N TActivePlayer.Tell (Created page with " '''''procedure Tell(Text: string)''''' Text: message to be sent to player. ==Description== Sends a /say message to a player. == Example == <syntaxhighlight lang="pascal"> ...") (current)
- 16:19, 1 July 2013 (diff | hist) . . (+311) . . N TActivePlayer.Move (Created page with " '''''procedure Move(X, Y: Single)''''' X, Y: map coordinates to where to move the player ==Description== Moves player to a designated location on the map. == Example == <s...") (current)
- 16:17, 1 July 2013 (diff | hist) . . (+20) . . TActivePlayer.GiveBonus (→Description) (current)
- 16:17, 1 July 2013 (diff | hist) . . (+278) . . N TActivePlayer.GiveBonus (Created page with " '''''procedure GiveBonus(BType: Byte)''''' BType: bonus type ==Description== Gives a bonus directly to a player (no kits are spawned). Available values for BType:<br><br> 1...")
- 16:13, 1 July 2013 (diff | hist) . . (+285) . . N TActivePlayer.Forward (Created page with " '''''procedure Forward(TargetIP: string; TargetPort: Word; Message: string)''''' TargetIP: IP of the new server TargetPort: Port of the new server Message: message the ...")
- 16:10, 1 July 2013 (diff | hist) . . (+197) . . N TActivePlayer.ForceWeapon (Created page with " '''''procedure ForceWeapon(Primary, Secondary: TWeapon)''''' Primary: primary weapon Secondary: secondary weapon ==Description== Forces two weapons to a player. [[Ca...")
- 16:07, 1 July 2013 (diff | hist) . . (+746) . . N TActivePlayer.BigText (Created page with " '''''procedure BigText(Layer: Byte; Text: string; Delay: Integer; Color: Longint; Scale: Single; X, Y: Integer)''''' Layer: in which layer the text will be shown Text: me...")
- 15:59, 1 July 2013 (diff | hist) . . (+100) . . TActivePlayer.Damage (→Description) (current)
- 15:58, 1 July 2013 (diff | hist) . . (+396) . . N TActivePlayer.Damage (Created page with " '''''procedure Damage(Shooter: Byte; Damage: Integer)''''' Shooter: player dealing the damage Damage: amount of damage dealt ==Description== Injures a player. == Example...")
- 15:56, 1 July 2013 (diff | hist) . . (+278) . . N TActivePlayer.Say (Created page with " '''''procedure Say(Text: string)''''' Text: message to be sent to player. ==Description== Sends a /say message to a player. == Example == <syntaxhighlight lang="pascal"> P...")
- 15:52, 1 July 2013 (diff | hist) . . (+391) . . N TActivePlayer.Kick (Created page with " '''''function Kick: Boolean''''' Result: if it worked ==Description== Kicks a player from the server.<br> Results false if you attempt to kick an inactive ID; otherwise tru...")
- 15:50, 1 July 2013 (diff | hist) . . (+210) . . TActivePlayer.Ban (current)
- 15:49, 1 July 2013 (diff | hist) . . (+333) . . N TActivePlayer.Ban (Created page with " '''''function Ban(Time: Integer; Reason: string): Boolean''''' Time: period in minutes for the player to be banned Reason: ban reason Result: if it worked or not. ==Des...")
- 01:20, 1 July 2013 (diff | hist) . . (+23) . . TActivePlayer.WeaponActive (→Description)
- 01:20, 1 July 2013 (diff | hist) . . (+1) . . TActivePlayer.WeaponActive (→Example)
- 01:19, 1 July 2013 (diff | hist) . . (+7) . . TActivePlayer.WeaponActive (→Description)
- 01:19, 1 July 2013 (diff | hist) . . (+2) . . TActivePlayer.WeaponActive (→Example)
- 01:19, 1 July 2013 (diff | hist) . . (+443) . . N TActivePlayer.WeaponActive (Created page with " '''''property TActivePlayer.WeaponActive[ID: Byte]: Boolean''''' Access mode: W ==Description== Sets a weapon in the player menu available/unavailable.<br> Weapon ID goes f...")
- 01:02, 1 July 2013 (diff | hist) . . (+164) . . N TActivePlayer.KeyProne (Created page with " '''''property TActivePlayer.KeyProne: Boolean''''' Access mode: R ==Description== If a player is currently pressing the prone button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+166) . . N TActivePlayer.KeyCrouch (Created page with " '''''property TActivePlayer.KeyCrouch: Boolean''''' Access mode: R ==Description== If a player is currently pressing the crouch button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+166) . . N TActivePlayer.KeyReload (Created page with " '''''property TActivePlayer.KeyReload: Boolean''''' Access mode: R ==Description== If a player is currently pressing the reload button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+171) . . N TActivePlayer.KeyThrow (Created page with " '''''property TActivePlayer.KeyThrow: Boolean''''' Access mode: R ==Description== If a player is currently pressing the throw weapon button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+177) . . N TActivePlayer.KeyChangeWeap (Created page with " '''''property TActivePlayer.KeyChangeWeap: Boolean''''' Access mode: R ==Description== If a player is currently pressing the change weapon button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+168) . . N TActivePlayer.KeyGrenade (Created page with " '''''property TActivePlayer.KeyGrenade: Boolean''''' Access mode: R ==Description== If a player is currently pressing the grenade button. Category:TActivePlayer")
- 01:02, 1 July 2013 (diff | hist) . . (+164) . . N TActivePlayer.KeyJetpack (Created page with " '''''property TActivePlayer.KeyJetpack: Boolean''''' Access mode: R ==Description== If a player is currently pressing the jet button. Category:TActivePlayer")
- 01:01, 1 July 2013 (diff | hist) . . (+164) . . N TActivePlayer.KeyShoot (Created page with " '''''property TActivePlayer.KeyShoot: Boolean''''' Access mode: R ==Description== If a player is currently pressing the shoot button. Category:TActivePlayer")
- 01:01, 1 July 2013 (diff | hist) . . (+164) . . N TActivePlayer.KeyRight (Created page with " '''''property TActivePlayer.KeyRight: Boolean''''' Access mode: R ==Description== If a player is currently pressing the right button. Category:TActivePlayer")
- 01:01, 1 July 2013 (diff | hist) . . (+162) . . N TActivePlayer.KeyLeft (Created page with " '''''property TActivePlayer.KeyLeft: Boolean''''' Access mode: R ==Description== If a player is currently pressing the left button. Category:TActivePlayer")
- 01:01, 1 July 2013 (diff | hist) . . (+160) . . N TActivePlayer.KeyUp (Created page with " '''''property TActivePlayer.KeyUp: Boolean''''' Access mode: R ==Description== If a player is currently pressing the jump button. Category:TActivePlayer")
- 00:58, 1 July 2013 (diff | hist) . . (+124) . . N TActivePlayer.HWID (Created page with " '''''property TActivePlayer.HWID: String''''' Access mode: R ==Description== A player's HWID. Category:TActivePlayer") (current)
- 00:57, 1 July 2013 (diff | hist) . . (+140) . . N TActivePlayer.Flags (Created page with " '''''property TActivePlayer.Flags: Byte''''' Access mode: R ==Description== Amount of player's flag captures. Category:TActivePlayer") (current)
- 00:53, 1 July 2013 (diff | hist) . . (+183) . . N TActivePlayer.Direction (Created page with " '''''property TActivePlayer.Direction: ShortInt''''' Access mode: R ==Description== Returns -1 if player is facing left and 1 if player is facing right. [[Category:TActive...") (current)
- 23:49, 30 June 2013 (diff | hist) . . (+160) . . N TActivePlayer.Human (Created page with " '''''property TActivePlayer.Human: Boolean''''' Access mode: R ==Description== If such player is a bot (false) or a human (true). Category:TActivePlayer") (current)
- 23:48, 30 June 2013 (diff | hist) . . (+172) . . N TActivePlayer.OnGround (Created page with " '''''property TActivePlayer.OnGround: Boolean''''' Access mode: R ==Description== If a player is on the ground or not (velocity independent). Category:TActivePlayer") (current)
- 23:47, 30 June 2013 (diff | hist) . . (+166) . . N TActivePlayer.Time (Created page with " '''''property TActivePlayer.Time: Integer''''' Access mode: R ==Description== How much time a player has spent in the server (minutes). Category:TActivePlayer") (current)
- 23:44, 30 June 2013 (diff | hist) . . (+149) . . N TActivePlayer.Flagger (Created page with " '''''property TActivePlayer.Flagger: Boolean''''' Access mode: R ==Description== If a player is holding a flag or not. Category:TActivePlayer") (current)
- 23:43, 30 June 2013 (diff | hist) . . (+192) . . N TActivePlayer.Y (Created page with " '''''property TActivePlayer.Y: Single''''' Access mode: R ==Description== Y coordinate for a player's current position.<br> Note that the Y axis grows downwards. [[Categor...") (current)
- 23:42, 30 June 2013 (diff | hist) . . (+150) . . N TActivePlayer.X (Created page with " '''''property TActivePlayer.X: Single''''' Access mode: R ==Description== X coordinate for a player's current position. Category:TActivePlayer") (current)
- 23:40, 30 June 2013 (diff | hist) . . (+22) . . TActivePlayer.Grenades (→Example)
- 23:40, 30 June 2013 (diff | hist) . . (+221) . . TActivePlayer.Grenades
- 23:38, 30 June 2013 (diff | hist) . . (+148) . . N TActivePlayer.Grenades (Created page with " '''''property TActivePlayer.Grenades: Byte''''' Access mode: R ==Description== Current amount of a player's grenades. Category:TActivePlayer")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)