User contributions for Awwu
Jump to navigation
Jump to search
24 March 2008
- 11:0611:06, 24 March 2008 diff hist +646 N OnClientMouseWheel New page: {{Client event}} __NOTOC__ This event is triggered each time the user scrolls his mouse scroll on top of a GUI element. ==Parameters== <syntaxhighlight lang="lua"> int upOrDown </syntaxhighlight> * '''upOrDown'...
- 11:0011:00, 24 March 2008 diff hist +680 N OnClientMouseMove New page: {{Client event}} __NOTOC__ This event is triggered each time the user moves the mouse on top of a GUI element. ==Parameters== <syntaxhighlight lang="lua"> int absoluteX, int absoluteY </syntaxhighlight> * '''ab...
20 March 2008
- 16:4916:49, 20 March 2008 diff hist +74 m GuiCreateCheckBox No edit summary
- 16:4616:46, 20 March 2008 diff hist +1,118 GuiCreateRadioButton No edit summary
18 March 2008
- 15:3415:34, 18 March 2008 diff hist +3 m GuiCreateCheckBox No edit summary
- 15:3315:33, 18 March 2008 diff hist +62 m GuiCreateProgressBar No edit summary
- 15:2615:26, 18 March 2008 diff hist +1,076 GuiCreateCheckBox No edit summary
14 March 2008
- 19:2119:21, 14 March 2008 diff hist −9 m CreatePed →Syntax
28 February 2008
- 11:4611:46, 28 February 2008 diff hist 0 GetKeyState →See Also
24 February 2008
- 19:2519:25, 24 February 2008 diff hist +180 SetCameraTarget No edit summary
- 08:0208:02, 24 February 2008 diff hist −100 m RemoveVehicleUpgrade →Example
- 08:0008:00, 24 February 2008 diff hist −2 m OnConsole →Example
23 February 2008
- 09:0209:02, 23 February 2008 diff hist 0 m GuiCreateProgressBar →Syntax
18 February 2008
- 15:4515:45, 18 February 2008 diff hist +104 m OnColShapeLeave →Example
- 15:3715:37, 18 February 2008 diff hist +472 m OnColShapeHit →Example
16 February 2008
- 19:3319:33, 16 February 2008 diff hist +3 m SpawnPlayer →Required Arguments
10 February 2008
- 15:0215:02, 10 February 2008 diff hist +1 m GuiStaticImageLoadImage No edit summary
- 14:5814:58, 10 February 2008 diff hist +2,003 N GuiStaticImageLoadImage New page: {{Client function}} __NOTOC__ <!-- Describe in plain english what this function does. Don't go into details, just give an overview --> This function allows you to change the image in GUI s...
- 09:1209:12, 10 February 2008 diff hist −12 m Element/GUI/Button No edit summary
- 09:1109:11, 10 February 2008 diff hist +345 N Element/GUI/Window New page: __NOTOC__ frame|Example GUI window. The GUI window class represents GUI windows in MTA:DM's GUI system. These are mainly used as layout for other GUI elements. The...
- 09:1009:10, 10 February 2008 diff hist +302 N Element/GUI/Text label New page: __NOTOC__ frame|Example GUI label. The GUI label class represents GUI labels in MTA:DM's GUI system. These are simpy a bunch of text which client cannot modify. Th...
- 09:0809:08, 10 February 2008 diff hist +358 N Element/GUI/Tab New page: __NOTOC__ frame|Two example tabs in a tab panel. The GUI tab class represents GUI tabs in MTA:DM's GUI system. These highly rely on GUI [[Element/GUI/Tab p...
- 09:0409:04, 10 February 2008 diff hist +464 N Element/GUI/Tab panel New page: __NOTOC__ frame|Example GUI tab panel with two tabs. The GUI tab panel class represents GUI tab panels in MTA:DM's GUI system. These are just layouts for G...
- 09:0009:00, 10 February 2008 diff hist +343 N Element/GUI/Static image New page: __NOTOC__ frame|Example GUI static image. The GUI static image class represents GUI static images in MTA:DM's GUI system. These are custom .png images which c...
- 08:5708:57, 10 February 2008 diff hist +464 N Element/GUI/Scrollbar New page: __NOTOC__ frame|Example GUI scrollbar. The GUI scrollbar class represents GUI scrollbars in MTA:DM's GUI system. These can be moved with cursor and it's positio...
- 08:5308:53, 10 February 2008 diff hist +382 N Element/GUI/Radio button New page: __NOTOC__ frame|Example GUI radio buttons. The GUI radio button class represents GUI radio buttons in MTA:DM's GUI system. These can be checked or unchecked a...
- 08:5108:51, 10 February 2008 diff hist +376 N Element/GUI/Progress bar New page: __NOTOC__ frame|Example GUI progress bar. The GUI progress bar class represents GUI progress bars in MTA:DM's GUI system. These are mostly used as loading bar...
9 February 2008
- 21:2421:24, 9 February 2008 diff hist +30 N File:Gui-label.png Image of an example GUI label. current
- 21:2421:24, 9 February 2008 diff hist +31 N File:Gui-window.png Image of an example GUI window. current
- 21:2321:23, 9 February 2008 diff hist +44 N File:Gui-tabpanelandtab.png Image of an example GUI tab pabel with tabs. current
- 21:2321:23, 9 February 2008 diff hist +37 N File:Gui-staticimage.png Image of an example GUI static image. current
- 21:2121:21, 9 February 2008 diff hist +34 N File:Gui-scrollbar.png Image of an example GUI scrollbar. current
- 21:2121:21, 9 February 2008 diff hist +37 N File:Gui-radiobutton.png Image of an example GUI radio button. current
- 21:2021:20, 9 February 2008 diff hist +33 N File:Gui-progressbar.png Image of an example progress bar. current
- 21:1921:19, 9 February 2008 diff hist +403 N Element/GUI/Memo New page: __NOTOC__ frame|Example GUI memo. The GUI memo class represents GUI memos in MTA:DM's GUI system. These are big multiline text fields to what you can type text by de...
- 21:1821:18, 9 February 2008 diff hist +29 N File:Gui-memo.png Image of an example GUI memo. current
- 21:1421:14, 9 February 2008 diff hist +402 N Element/GUI/Gridlist New page: __NOTOC__ frame|Example GUI gridlist. The GUI gridlist class represents GUI gridlists in MTA:DM's GUI system. It can be used for example as a selection list or a...
- 21:1421:14, 9 February 2008 diff hist +33 N File:Gui-gridlist.png Image of an example GUI gridlist. current
- 21:0821:08, 9 February 2008 diff hist +394 N Element/GUI/Edit field New page: __NOTOC__ frame|Example GUI edit field. The GUI edit field class represents GUI edit fields in MTA:DM's GUI system. You can input text in these which you can afterwa...
- 21:0721:07, 9 February 2008 diff hist +35 N File:Gui-edit.png Image of an example GUI edit field. current
- 21:0321:03, 9 February 2008 diff hist +295 N Element/GUI/Checkbox New page: __NOTOC__ frame|Example GUI checkboxes. The GUI checkbox class represents GUI checkboxes in MTA:DM's GUI system. These can be checked or unchecked. The element ...
- 21:0121:01, 9 February 2008 diff hist +33 N File:Gui-checkbox.png Image of an example GUI checkbox. current
- 20:5420:54, 9 February 2008 diff hist +327 N Element/GUI/Button New page: __NOTOC__ frame|Image of an example GUI button. The GUI button class represents GUI buttons in MTA:DM's GUI system. It's only functionality is to detect whether cl...
- 20:4620:46, 9 February 2008 diff hist +30 N File:Gui-button.png Example image of a GUI button. current
3 February 2008
- 20:1120:11, 3 February 2008 diff hist +191 OnElementColShapeLeave No edit summary
- 20:0720:07, 3 February 2008 diff hist +192 OnElementColShapeHit No edit summary
- 18:0418:04, 3 February 2008 diff hist +140 OnElementClicked Example added
- 08:5208:52, 3 February 2008 diff hist +1,443 GuiCreateProgressBar No edit summary
- 08:3208:32, 3 February 2008 diff hist +1,038 GuiCreateStaticImage No edit summary
27 January 2008
- 09:5909:59, 27 January 2008 diff hist +60 Template:Vehicle functions No edit summary