User contributions for XLive
Jump to navigation
Jump to search
18 July 2020
- 15:3415:34, 18 July 2020 diff hist −12 DgsSetParent No edit summary
5 July 2020
- 15:4815:48, 5 July 2020 diff hist −6 GetBanAdmin No edit summary current
- 15:4115:41, 5 July 2020 diff hist −5 GetSoundVolume No edit summary
3 July 2020
- 19:5219:52, 3 July 2020 diff hist +26 GetXMLNodes fix a memory leak current
30 June 2020
- 19:2119:21, 30 June 2020 diff hist +40 SetVehicleFuelTankExplodable No edit summary
17 June 2020
- 21:0821:08, 17 June 2020 diff hist +26 GetPlayerFromAccountName No edit summary
9 June 2020
- 20:1620:16, 9 June 2020 diff hist +7 GetSkinIDFromName No edit summary current
- 19:5419:54, 9 June 2020 diff hist +7,821 N GetSkinIDFromName Created page with "{{Useful Function}} __NOTOC__ This function will get the skin ID from the given skin name. ==Syntax== <syntaxhighlight lang="lua"> int getSkinIDFromName ( string skinName ) </..."
- 18:5918:59, 9 June 2020 diff hist +1,429 N IsValidSkin Created page with "{{Useful Function}} __NOTOC__ This function will check if the given skin id is a valid skin or not. ==Syntax== <syntaxhighlight lang="lua"> bool isVaildSkin ( int skinID ) </s..."
8 May 2020
- 17:4817:48, 8 May 2020 diff hist +102 ConvertTextToSpeech No edit summary current
6 April 2020
- 10:1910:19, 6 April 2020 diff hist +14 OnDgsMouseDoubleClick add state param in the syntax
19 March 2020
- 20:4720:47, 19 March 2020 diff hist +28 Where to buy GTASA Add RGL version
9 March 2020
- 12:5412:54, 9 March 2020 diff hist −73 OnClientPedStep works fine with peds
8 March 2020
- 19:5519:55, 8 March 2020 diff hist +83 GuiMemoSetReadOnly someone forget to add oop syntax
- 11:1611:16, 8 March 2020 diff hist +7 DGS General Basic Properties No edit summary
16 September 2019
- 17:2517:25, 16 September 2019 diff hist +23 Version History Add 1.5.7 in see also
8 September 2019
- 14:4514:45, 8 September 2019 diff hist +577 N OnDgsElementSize Created page with "{{Client event}} __NOTOC__ This event is triggered when the local client resizes a DGS element. ==Parameters== No parameters. ==Source== The event system#Event source|so..." current
- 14:4314:43, 8 September 2019 diff hist +523 N OnDgsElementMove Created page with "{{Client event}} __NOTOC__ This event is triggered each time the user moves a DGS element. ==Parameters== No parameters. ==Source== The [[event system#Event source|source]..." current
- 14:4014:40, 8 September 2019 diff hist −1 OnDgsMouseDown No edit summary
- 14:4014:40, 8 September 2019 diff hist +1,719 N OnDgsMouseDown Created page with "{{Client event}} __NOTOC__ This event is fired when the user clicks certain mouse button on a DGS element. ==Parameters== <syntaxhighlight lang="lua"> string button, int abs..."
7 September 2019
- 17:5717:57, 7 September 2019 diff hist 0 OnDgsMouseUp No edit summary
- 17:5517:55, 7 September 2019 diff hist +1,728 N OnDgsMouseUp Created page with "{{Client event}} __NOTOC__ This event is fired when the user releases his mouse button when on top of a DGS element. ==Parameters== <syntaxhighlight lang="lua"> string butto..."
- 14:5114:51, 7 September 2019 diff hist +1,141 N DgsLabelGetFontHeight Created page with "{{Client function}} __NOTOC__ This function returns the height of the font currently used in a DGS text label. ==Syntax== <syntaxhighlight lang="lua"> float dgsLabelGetFontH..."
- 14:4714:47, 7 September 2019 diff hist +1,145 N DgsLabelGetTextExtent Created page with "{{Client function}} __NOTOC__ This function returns the extent, or width, of the current text inside a DGS text label. ==Syntax== <syntaxhighlight lang="lua"> float dgsLabel..."
29 August 2019
- 19:1619:16, 29 August 2019 diff hist −37 DgsGridListSetSelectedItem Update wrong description
16 August 2019
- 11:2211:22, 16 August 2019 diff hist +1,251 N DgsMemoGetHorizontalScrollPosition Created page with "{{client function}} This function is used to get the horizontal scroll position from a memo ==Syntax== <syntaxhighlight lang="lua"> float dgsMemoGetHorizontalScrollPosition (..." current
- 11:0611:06, 16 August 2019 diff hist +1,045 N DgsScrollPaneGetVerticalScrollPosition Created page with "{{client function}} This function is used to get the position of a vertical scroll pane as a percentage. ==Syntax== <syntaxhighlight lang="lua"> float dgsScrollPaneGetVertica..."
- 11:0411:04, 16 August 2019 diff hist +1,219 N DgsScrollPaneSetVerticalScrollPosition Created page with "{{client function}} This function is used to set the position of a vertical scroll pane as a percentage. ==Syntax== <syntaxhighlight lang="lua"> bool dgsScrollPaneSetVertical..."
- 10:5710:57, 16 August 2019 diff hist +1 DgsScrollPaneGetHorizontalScrollPosition No edit summary
- 10:5610:56, 16 August 2019 diff hist +1,054 N DgsScrollPaneGetHorizontalScrollPosition Created page with "{{client function}} This function is used to get the position of a horizontal scroll pane as a percentage. ==Syntax== <syntaxhighlight lang="lua"> float dgsScrollPaneGetHoriz..."
- 10:5210:52, 16 August 2019 diff hist +1,220 N DgsScrollPaneSetHorizontalScrollPosition Created page with "{{client function}} This function is used to set the position of a horizontal scroll pane as a percentage. ==Syntax== <syntaxhighlight lang="lua"> bool dgsScrollPaneSetHorizo..."
- 10:4610:46, 16 August 2019 diff hist +884 N DgsMemoGetVerticalScrollPosition Created page with "{{client function}} ==Syntax== <syntaxhighlight lang="lua"> float dgsMemoGetVerticalScrollPosition ( memo theMemo ) </syntaxhighlight> ===Required Arguments=== *'''theMemo''..."
- 10:2110:21, 16 August 2019 diff hist +1,346 N DgsGridListSetVerticalScrollPosition Created page with "{{client function}} This function is used to set the vertical scroll position from a grid list ==Syntax== <syntaxhighlight lang="lua"> bool dgsGridListSetVerticalScrollPositi..."
23 August 2018
- 20:0320:03, 23 August 2018 diff hist +2 GetPlayerFromAccountName No edit summary
21 July 2017
- 17:3517:35, 21 July 2017 diff hist +7 KickPlayer No edit summary
16 April 2017
- 17:3517:35, 16 April 2017 diff hist +5 GetPlayerFromAccountName →Example
- 16:5716:57, 16 April 2017 diff hist +91 GetPlayerFromAccountName No edit summary
- 16:5116:51, 16 April 2017 diff hist −572 Template:Server client function →Example
- 16:5016:50, 16 April 2017 diff hist −498 Template:Server client function →Code
- 16:5016:50, 16 April 2017 diff hist −322 Template:Server client function →Syntax
- 16:3616:36, 16 April 2017 diff hist +1,392 N GetPlayerFromAccountName Created page with "==Syntax== <syntaxhighlight lang="lua"> player getPlayerFromAccountName ( string accountName ) </syntaxhighlight> ===Required Arguments=== * '''accountName''': A string conta..."
- 16:3316:33, 16 April 2017 diff hist +1,354 Template:Server client function No edit summary
- 15:1715:17, 16 April 2017 diff hist −27 OutputChatBox →Example
- 15:1515:15, 16 April 2017 diff hist +19 OutputChatBox →Example
- 15:1115:11, 16 April 2017 diff hist −3 OutputChatBox →Example
- 15:1015:10, 16 April 2017 diff hist −8 MTA:Eir/functions/getElementIPLIndex →Example current
- 15:1015:10, 16 April 2017 diff hist +60 MTA:Eir/functions/getElementIPLIndex →Example
12 April 2017
- 11:4311:43, 12 April 2017 diff hist −8 OnPlayerStealthKill →Example
- 11:4211:42, 12 April 2017 diff hist +8 OnPlayerStealthKill →Example
- 11:4011:40, 12 April 2017 diff hist +80 OnPlayerStealthKill →Example