User contributions for Awwu
Jump to navigation
Jump to search
26 March 2009
- 19:3819:38, 26 March 2009 diff hist −3 m GuiSetSelectedTab No edit summary
- 19:3419:34, 26 March 2009 diff hist +27 m GuiGetSelectedTab No edit summary
- 19:3319:33, 26 March 2009 diff hist +663 N GuiSetSelectedTab New page: {{Client function}} __NOTOC__ This function is used to change the currently selected tab in a tab panel. ==Syntax== <syntaxhighlight lang="lua"> element gu...
- 19:2819:28, 26 March 2009 diff hist +635 N GuiGetSelectedTab New page: {{Client function}} __NOTOC__ This function returns the currently selected tab in the specified tab panel. ==Syntax== <syntaxhighlight lang="lua"> element guiGetSelectedTab ( ...
- 18:5218:52, 26 March 2009 diff hist +31 m Template:Element functions No edit summary
- 18:5218:52, 26 March 2009 diff hist +31 m Template:Client element functions No edit summary
- 18:5018:50, 26 March 2009 diff hist +1,999 N DetachElements New page: __NOTOC__ {{Server client function}} This function detaches attached elements from one another. ==Syntax== <syntaxhighlight lang="lua"> bool detachElements ( element theElement, [ element theAttachToEl...
- 18:4618:46, 26 March 2009 diff hist +3,644 N AttachElements New page: __NOTOC__ {{Server client function}} This function attaches one element to another, so that the first one follows the second whenever it moves. If an attempt is made to attach two eleme...
- 14:1114:11, 26 March 2009 diff hist −337 XmlDestroyNode No edit summary
- 14:0614:06, 26 March 2009 diff hist +106 XmlNodeSetValue No edit summary
- 13:5913:59, 26 March 2009 diff hist +21 N Xml node Redirecting to Xmlnode current
- 13:5813:58, 26 March 2009 diff hist +12 XmlNodeGetValue No edit summary
25 March 2009
- 20:4620:46, 25 March 2009 diff hist −20 m SetCameraMatrix No edit summary
- 20:4120:41, 25 March 2009 diff hist −151 m GuiGridListGetItemData No edit summary
- 20:3320:33, 25 March 2009 diff hist −5 m GetVehiclePanelState No edit summary
- 20:2320:23, 25 March 2009 diff hist +34 m GetCameraMatrix No edit summary
- 20:1920:19, 25 March 2009 diff hist +101 m SetRadioChannel →Example
- 20:1920:19, 25 March 2009 diff hist +77 m GetRadioChannel →Example
- 19:2519:25, 25 March 2009 diff hist +28 m GetRadioChannel →Example
- 19:2419:24, 25 March 2009 diff hist +16 m SetRadioChannel →Example
- 19:2119:21, 25 March 2009 diff hist +8 m SetRadioChannel →Returns
- 19:2119:21, 25 March 2009 diff hist −1 m SetRadioChannel →Syntax
22 March 2009
19 March 2009
- 18:5818:58, 19 March 2009 diff hist +10 m Element/Ped No edit summary
19 February 2009
- 20:2920:29, 19 February 2009 diff hist −2 m GuiGridListGetItemText →Required Arguments
- 20:2920:29, 19 February 2009 diff hist −2 m GuiGridListSetItemText →Required Arguments
- 20:2820:28, 19 February 2009 diff hist +5 m SetVehicleDoorState →Syntax
6 February 2009
- 19:5319:53, 6 February 2009 diff hist +22 CancelEvent →Syntax
- 18:2818:28, 6 February 2009 diff hist +1 m GetCancelReason →Syntax
25 January 2009
- 18:2718:27, 25 January 2009 diff hist +10 m MTA Classes No edit summary
22 January 2009
- 19:3919:39, 22 January 2009 diff hist +15 UnbanIP No edit summary
- 19:3919:39, 22 January 2009 diff hist +15 GetBansXML No edit summary
- 19:3819:38, 22 January 2009 diff hist −46 BanSerial No edit summary
- 19:3719:37, 22 January 2009 diff hist +25 N Ban Redirecting to Element/Ban
- 19:3619:36, 22 January 2009 diff hist +198 Template:Admin functions No edit summary
- 19:3219:32, 22 January 2009 diff hist +528 N GetBanReason New page: __NOTOC__ {{Server function}} This function will return the ban reason of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanReason ( ban theBan ) </syntaxhighlight> ===Required...
- 19:3019:30, 22 January 2009 diff hist +546 N GetBanTime New page: __NOTOC__ {{Server function}} This function will return the banning time of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanTime ( ban theBan ) </syntaxhighlight> ===Required...
- 19:2919:29, 22 January 2009 diff hist +543 N GetBanAdmin New page: __NOTOC__ {{Server function}} This function will return the admin (nickname of the admin) of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanAdmin ( ban theBan ) </...
- 19:2619:26, 22 January 2009 diff hist +580 N GetBanNick New page: __NOTOC__ {{Server function}} This function will return the nickname (nickname that the player had when he was banned) of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string ...
- 19:2319:23, 22 January 2009 diff hist +534 N GetBanUsername New page: __NOTOC__ {{Server function}} This function will return the username of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanUsername ( ban theBan ) </syntaxhighlight> ===Required...
- 19:2219:22, 22 January 2009 diff hist +53 m GetBanIP No edit summary
- 19:2119:21, 22 January 2009 diff hist +527 N GetBanSerial New page: __NOTOC__ {{Server function}} This function will return the serial of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanSerial ( ban theBan ) </syntaxhighlight> ===Required Arg...
- 19:2019:20, 22 January 2009 diff hist +451 N GetBanIP New page: __NOTOC__ {{Server function}} This function will return the IP of the specified ban element. ==Syntax== <syntaxhighlight lang="lua"> string getBanIP ( ban theBan ) </syntaxhighlight> ===Required Arguments==...
- 19:1719:17, 22 January 2009 diff hist +301 N GetBans New page: __NOTOC__ {{Server function}} This function will return a table over all the ban elements in the server. ==Syntax== <syntaxhighlight lang="lua"> table getBans () </syntaxhighlight> ===Returns=== Returns a [...
- 19:1419:14, 22 January 2009 diff hist +655 N RemoveBan New page: __NOTOC__ {{Server function}} This function will remove a ban specified by the ban element. ==Syntax== <syntaxhighlight lang="lua"> bool removeBan ( ban theBan, [ player responsibleElement ] ) </c...
- 19:1019:10, 22 January 2009 diff hist +12 m AddBan No edit summary
- 19:0919:09, 22 January 2009 diff hist +1,038 N AddBan New page: __NOTOC__ {{Server function}} This function will add a ban for the specified IP/username/serial to the server. ==Syntax== <syntaxhighlight lang="lua"> bool addBan ( string IP, string Username, string ...
- 19:0219:02, 22 January 2009 diff hist +431 BanPlayer No edit summary
1 January 2009
- 13:4713:47, 1 January 2009 diff hist +24 m Template:Client collision shape functions No edit summary
- 13:4613:46, 1 January 2009 diff hist +24 m Template:Collision shape functions No edit summary