User contributions for Ahmed Ly
Jump to navigation
Jump to search
27 August 2017
- 05:5905:59, 27 August 2017 diff hist 0 Resource:DGS No edit summary
- 05:0705:07, 27 August 2017 diff hist +2 Resource:DGS No edit summary
- 05:0605:06, 27 August 2017 diff hist +136 Resource:DGS No edit summary
25 August 2017
- 15:1515:15, 25 August 2017 diff hist +1,110 N DgsEditSetMaxLength Created page with "__NOTOC__ {{Client function}} This function sets the maximum text length that can be typed into an edit box. ==Syntax== <syntaxhighlight lang="lua"> bool guiEditSetMaxLengt..."
- 15:1115:11, 25 August 2017 diff hist +1 DgsSetText --Syntax
- 15:0715:07, 25 August 2017 diff hist −4 DgsCmdGetEdit No edit summary
- 15:0615:06, 25 August 2017 diff hist +522 N DgsCmdGetEdit Created page with "{{Client function}} __NOTOC__ This function is used to get the text of cmd elements ==Syntax== <syntaxhighlight lang="lua">string dgsDxCmdGetEdit ( element cmd)</syntaxhighl..."
- 13:1513:15, 25 August 2017 diff hist +218 Resource:DGS No edit summary
- 11:5911:59, 25 August 2017 diff hist −10 DgsCreateImage No edit summary
- 11:5811:58, 25 August 2017 diff hist −2 DgsCreateCmd No edit summary
- 11:5711:57, 25 August 2017 diff hist −5 DgsCreateCmd No edit summary
- 11:5611:56, 25 August 2017 diff hist 0 N File:Dx 7.PNG No edit summary current
- 11:5011:50, 25 August 2017 diff hist +4 DgsCreateCmd -- Edit Example
24 August 2017
- 11:5611:56, 24 August 2017 diff hist +1,224 N DgsEditSetReadOnly Created page with "__NOTOC__ {{Client function}} This function allows you to set or remove read-only status for an edit box. If read-only is set to ''true'', the box is not editable. ==Syntax==..."
- 07:5107:51, 24 August 2017 diff hist −3 DgsCreateWindow No edit summary
- 07:4907:49, 24 August 2017 diff hist 0 N File:Dx 6.PNG No edit summary current
19 August 2017
- 23:0823:08, 19 August 2017 diff hist +20 DgsGridListSetItemText No edit summary
- 00:2400:24, 19 August 2017 diff hist −5 DgsCreateEdit No edit summary
- 00:2300:23, 19 August 2017 diff hist 0 N File:Dx 5.PNG No edit summary current
- 00:1600:16, 19 August 2017 diff hist +1,301 N DgsGridListGetItemData Created page with "{{Client function}} ==Syntax== <syntaxhighlight lang="lua"> var dgsDxGridListGetItemData ( element gridList, int rowIndex, int columnIndex ) </syntaxhighlight> ===Required..."
18 August 2017
- 11:3311:33, 18 August 2017 diff hist +21 DgsProgressBarGetProgress No edit summary
- 11:3211:32, 18 August 2017 diff hist +21 DgsCreateGridList No edit summary
- 11:3111:31, 18 August 2017 diff hist +21 DgsGridListGetItemText No edit summary
- 11:3011:30, 18 August 2017 diff hist +21 DgsProgressBarSetProgress No edit summary
- 10:3010:30, 18 August 2017 diff hist +74 OutputCmdMessage No edit summary
- 10:0810:08, 18 August 2017 diff hist +31 OutputCmdMessage No edit summary
- 10:0710:07, 18 August 2017 diff hist +474 N OutputCmdMessage Created page with " ==Syntax== <syntaxhighlight lang="lua">bool outputCmdMessage ( element cmd , string text )</syntaxhighlight> ==Required Arguments== *'''Cmd:''' The cmd window. *'''text:'''..."
- 03:3703:37, 18 August 2017 diff hist −118 DgsCreateGridList No edit summary
- 03:3603:36, 18 August 2017 diff hist −4 DgsCreateGridList No edit summary
- 03:3403:34, 18 August 2017 diff hist 0 N File:Dx 3.PNG No edit summary current
- 00:1800:18, 18 August 2017 diff hist −5 DgsGridListGetSelectedItem --Syntax
- 00:1400:14, 18 August 2017 diff hist +1,118 N DgsGridListGetSelectedItem Created page with "==Syntax== <syntaxhighlight lang="lua"> int, int dgsDxGridListGetSelectedItem ( element gridList ) </syntaxhighlight> ===Required Arguments=== *'''gridList:''' the grid li..."
- 00:0700:07, 18 August 2017 diff hist +939 N DgsGridListAddRow Created page with "<syntaxhighlight lang="lua"> int dgsDxGridListAddRow ( element gridList ) </syntaxhighlight> ===Required Arguments=== *'''gridList:''' The grid list you want to add a row t..."
17 August 2017
- 23:1423:14, 17 August 2017 diff hist +809 N DgsProgressBarGetProgress Created page with "==Syntax== <syntaxhighlight lang="lua"> float dgsDxProgressBarGetProgress ( progressBar theProgressbar ) </syntaxhighlight> ===Required Arguments=== *'''theProgressbar''': Th..."
- 23:0623:06, 17 August 2017 diff hist +654 N DgsProgressBarSetProgress Created page with "==Syntax== <syntaxhighlight lang="lua"> bool dgsDxProgressBarSetProgress ( progressBar theProgressbar, float progress ) </syntaxhighlight> ===Required Arguments=== *'''thePro..."
- 23:0323:03, 17 August 2017 diff hist +1,355 N DgsCreateProgressBar Created page with "==Syntax== <syntaxhighlight lang="lua"> element dgsDxCreateProgressBar ( float x, float y, float width, float height, bool relative) </syntaxhighlight> ===Required Argument..."
- 23:0023:00, 17 August 2017 diff hist 0 N File:Dx 2.PNG No edit summary current
- 22:4422:44, 17 August 2017 diff hist +49 DgsCreateRadioButton No edit summary
- 22:4222:42, 17 August 2017 diff hist 0 N File:Dx.PNG No edit summary current
- 22:3422:34, 17 August 2017 diff hist +1,294 N DgsCreateRadioButton Created page with "==Syntax== <syntaxhighlight lang="lua"> element dgsDxCreateRadioButton ( float x, float y, float width, float height, string text, bool relative ) </syntaxhighlight> ===Req..."
- 22:2322:23, 17 August 2017 diff hist +31 DgsGridListSetItemText No edit summary
- 22:2322:23, 17 August 2017 diff hist +1,174 N DgsGridListGetItemText Created page with "==Syntax== <syntaxhighlight lang="lua"> string dgsDxGridListGetItemText ( element gridList, int rowIndex, int columnIndex ) </syntaxhighlight> ===Required Arguments=== *''..."
- 22:0422:04, 17 August 2017 diff hist +1 DgsGridListSetItemText --Syntax
- 22:0322:03, 17 August 2017 diff hist +1,326 N DgsGridListSetItemText Created page with "==Syntax== <syntaxhighlight lang="lua"> bool guiGridListSetItemText ( element gridList, int rowIndex, int columnIndex, string text, bool section, bool number ) </syntaxhighli..."
- 21:5621:56, 17 August 2017 diff hist +346 DgsGridListAddColumn --Example
11 April 2017
- 14:5314:53, 11 April 2017 diff hist +1 AR/Server Scripting Functions No edit summary
1 March 2017
- 19:5619:56, 1 March 2017 diff hist +17 AR/getCamera No edit summary current
- 19:5519:55, 1 March 2017 diff hist −829 OnPlayerWasted No edit summary
28 February 2017
- 21:2121:21, 28 February 2017 diff hist −16 AR/getCamera No edit summary
- 21:2021:20, 28 February 2017 diff hist +16 AR/getCamera No edit summary