User contributions for Awwu
Jump to navigation
Jump to search
4 April 2008
- 11:3311:33, 4 April 2008 diff hist −455 GetMapName No edit summary
- 11:2211:22, 4 April 2008 diff hist −27 m GetElementColShape No edit summary
- 11:2111:21, 4 April 2008 diff hist +934 GetElementColShape →Example
3 April 2008
- 11:3711:37, 3 April 2008 diff hist +475 GetCursorPosition No edit summary
- 11:1511:15, 3 April 2008 diff hist +168 GetColorFromString →Example
2 April 2008
- 19:5119:51, 2 April 2008 diff hist −79 m GetGameType No edit summary
- 19:5119:51, 2 April 2008 diff hist −79 m SetServerPassword No edit summary
- 19:4919:49, 2 April 2008 diff hist +1,013 SetServerPassword →Example
- 19:4019:40, 2 April 2008 diff hist +8 m GetGameType →Example
- 19:3819:38, 2 April 2008 diff hist +19 GetGameType →Example
- 19:2919:29, 2 April 2008 diff hist +1,459 UnbanIP Added example
28 March 2008
- 20:2620:26, 28 March 2008 diff hist −15 m GetResourceConfig No edit summary
- 20:2320:23, 28 March 2008 diff hist −24 m GuiSetInputEnabled No edit summary
- 20:2220:22, 28 March 2008 diff hist −24 m GuiCreateStaticImage No edit summary
- 20:1820:18, 28 March 2008 diff hist −24 m GetVehicleLandingGearDown No edit summary
- 20:1720:17, 28 March 2008 diff hist −24 m Gettok No edit summary
- 20:1520:15, 28 March 2008 diff hist +240 GuiGetInputEnabled No edit summary
26 March 2008
- 18:0618:06, 26 March 2008 diff hist +4 m RandInt →Example
- 15:4515:45, 26 March 2008 diff hist −2 m Shutdown →Example
24 March 2008
- 11:1011:10, 24 March 2008 diff hist +396 N OnClientGUISize New page: {{Client event}} __NOTOC__ This event is triggered each time the user resizes a GUI element. ==Parameters== ''None'' ==Source== The source of this event i...
- 11:0911:09, 24 March 2008 diff hist +392 N OnClientGUIMove New page: {{Client event}} __NOTOC__ This event is triggered each time the user moves a GUI element. ==Parameters== ''None'' ==Source== The source of this event is ...
- 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