User contributions
From Multi Theft Auto: Wiki
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 00:20, 12 April 2014 (diff | hist) . . (+150) . . MTA:Eir/functions/engineGetGamePoolLimits (current)
- 00:18, 12 April 2014 (diff | hist) . . (+145) . . MTA:Eir/functions/engineSetWorldRenderMode (current)
- 18:18, 10 April 2014 (diff | hist) . . (+28) . . MTA:Eir/New Scripting Functions (current)
- 20:50, 9 April 2014 (diff | hist) . . (+177) . . MTA:Eir/New Scripting Functions
- 19:20, 9 April 2014 (diff | hist) . . (+12) . . MTA:Eir/functions/setElementRenderMode/validProps (current)
- 19:19, 9 April 2014 (diff | hist) . . (-8) . . MTA:Eir/functions/resetElementRenderMode (current)
- 19:19, 9 April 2014 (diff | hist) . . (+541) . . N MTA:Eir/functions/resetElementRenderMode (Created page with "__NOTOC__ This function returns resets the value of an internal GTA:SA engine render property. ==Syntax== <syntaxhighlight lang="lua"> bool string resetElementRenderMode ( element theElement...")
- 19:17, 9 April 2014 (diff | hist) . . (+84) . . MTA:Eir/New Scripting Functions
- 19:16, 9 April 2014 (diff | hist) . . (+783) . . N MTA:Eir/functions/getElementRenderMode (Created page with "__NOTOC__ This function returns the current value of an internal GTA:SA rendering property. Use this function for management or debugging purposes in combination with [[MTA:Eir/...") (current)
- 19:13, 9 April 2014 (diff | hist) . . (-1) . . MTA:Eir/functions/setElementRenderMode (current)
- 19:13, 9 April 2014 (diff | hist) . . (+80) . . MTA:Eir/functions/setElementRenderMode
- 19:11, 9 April 2014 (diff | hist) . . (-2) . . MTA:Eir/functions/setElementRenderMode/validProps
- 19:11, 9 April 2014 (diff | hist) . . (-1,759) . . MTA:Eir/functions/setElementRenderMode
- 19:10, 9 April 2014 (diff | hist) . . (+1,813) . . N MTA:Eir/functions/setElementRenderMode/validProps (Created page with "{| class="wikitable" |- ! Name ! Internal Type ! Description ! Default Value |- |lighting |Boolean |This is a switch to the entire lighting status of an entity. If true, lighting...")
- 19:07, 9 April 2014 (diff | hist) . . (+3,335) . . N MTA:Eir/functions/setElementRenderMode (Created page with "__NOTOC__ This function changes internal rendering properties of the GTA:SA engine. These directly influence rendering performance and rendering states. Use this function to eit...")
- 18:38, 9 April 2014 (diff | hist) . . (+160) . . MTA:Eir/New Scripting Functions
- 21:14, 31 March 2014 (diff | hist) . . (+2) . . MTA:Eir/functions/engineStreamingSetProperty
- 21:13, 31 March 2014 (diff | hist) . . (+289) . . MTA:Eir/functions/engineStreamingSetProperty
- 21:28, 30 March 2014 (diff | hist) . . (+70) . . MTA:Eir/New Scripting Functions
- 19:33, 30 March 2014 (diff | hist) . . (+5) . . MTA:Eir/functions/engineGetGamePoolLimits (→Example)
- 19:32, 30 March 2014 (diff | hist) . . (-25) . . MTA:Eir/functions/engineGetGamePoolLimits
- 18:36, 30 March 2014 (diff | hist) . . (+90) . . MTA:Eir/New Scripting Functions
- 16:09, 29 March 2014 (diff | hist) . . (-606) . . MTA:Eir/New Scripting Functions
- 16:09, 29 March 2014 (diff | hist) . . (+2,382) . . N MTA:Eir/functions/engineStreamingGetProperty (Created page with "{{*Client_function}} __NOTOC__ This function returns the current behavior of the GTA:SA streaming system. Use it for debugging purposes. ==Syntax== <syntaxhighlight lang="lua"> var engineStr...") (current)
- 16:03, 29 March 2014 (diff | hist) . . (-606) . . MTA:Eir/New Scripting Functions
- 16:02, 29 March 2014 (diff | hist) . . (-2,885) . . MTA:Eir/functions/engineStreamingSetProperty
- 16:02, 29 March 2014 (diff | hist) . . (+2,945) . . N MTA:Eir/functions/engineStreamingSetProperty/validProps (Created page with "{|class="wikitable" |- ! Name ! Type ! Description ! Default |- |strictNodeDistrib |boolean |It is only valid in conjunction with '''infiniteStreaming'''. If enabled, entities fi...")
- 15:57, 29 March 2014 (diff | hist) . . (+1) . . MTA:Eir/functions/engineStreamingSetProperty
- 15:55, 29 March 2014 (diff | hist) . . (+5,434) . . N MTA:Eir/functions/engineStreamingSetProperty (Created page with "{{*Client_function}} __NOTOC__ This function changes the behavior of the GTA:SA streaming system. It is meant to optimize the performance of the game for your custom server. Cha...")
- 15:25, 29 March 2014 (diff | hist) . . (+156) . . MTA:Eir/New Scripting Functions
- 14:07, 29 March 2014 (diff | hist) . . (-344) . . MTA:Eir/New Scripting Functions
- 02:31, 29 March 2014 (diff | hist) . . (+222) . . Modules/FileSystem (current)
- 16:36, 22 March 2014 (diff | hist) . . (0) . . Modules/FileSystem
- 13:30, 14 March 2014 (diff | hist) . . (+1) . . MTA:Eir/functions/engineCreateLight (current)
- 13:10, 14 March 2014 (diff | hist) . . (+1,312) . . MTA:Eir/functions/engineCreateLight
- 12:35, 14 March 2014 (diff | hist) . . (+536) . . MTA:Eir/functions/engineCreateLight
- 21:26, 2 February 2014 (diff | hist) . . (+56) . . MTA:Eir/FileSystem (→References) (current)
- 21:25, 2 February 2014 (diff | hist) . . (+106) . . Modules/FileSystem
- 21:25, 2 February 2014 (diff | hist) . . (+1,598) . . N Modules/FileSystem/Porting Between Clientside and Serverside (Created page with "There are common issues when wanting to port FileSystem code between clientside and serverside environments. This article should help you avoid pitfalls an...") (current)
- 20:44, 2 February 2014 (diff | hist) . . (+1,902) . . MTA:Eir/FileSystem/translator/open (added server example) (current)
- 20:06, 2 February 2014 (diff | hist) . . (+1,374) . . MTA:Eir/FileSystem/createTranslator (added server example) (current)
- 19:34, 2 February 2014 (diff | hist) . . (+89) . . Modules/FileSystem (added Linux version of the FileSystem module)
- 23:38, 1 February 2014 (diff | hist) . . (+82) . . MTA:Eir/FileSystem/createZIPArchive (current)
- 23:37, 1 February 2014 (diff | hist) . . (+82) . . MTA:Eir/FileSystem/createArchiveTranslator (current)
- 23:21, 1 February 2014 (diff | hist) . . (+132) . . Modules/FileSystem
- 23:19, 1 February 2014 (diff | hist) . . (+1,687) . . N Modules/FileSystem (Created page with "<pageclass class="#62A033" subcaption="FileSystem module"></pageclass> {{Module_Info| name = FileSystem | version = 1.2 | author = [[User:The_GTA|...")
- 20:54, 1 February 2014 (diff | hist) . . (+99) . . m MTA:Eir/FileSystem/translator/scanDirEx (→Arguments) (current)
- 20:53, 1 February 2014 (diff | hist) . . (+96) . . m MTA:Eir/FileSystem/translator/scanDirEx (→Example)
- 19:17, 1 February 2014 (diff | hist) . . (+14) . . m MTA:Eir/FileSystem (→Path Scripting and Path Resolution)
- 19:11, 1 February 2014 (diff | hist) . . (0) . . m MTA:Eir/FileSystem/functions (→FileSystem Library functions) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)