User contributions for Tete
Jump to navigation
Jump to search
9 November 2012
- 00:2600:26, 9 November 2012 diff hist +1 OnPlayerLogin →Example
- 00:2600:26, 9 November 2012 diff hist −5 OnPlayerLogin No edit summary
7 November 2012
- 02:4602:46, 7 November 2012 diff hist +920 AR/مقدمه في البرمجه →الحدث
- 02:2902:29, 7 November 2012 diff hist +303 AR/مقدمه في البرمجه →الحدث
- 02:2102:21, 7 November 2012 diff hist +8,508 AR/الصفحه الرئيسيه No edit summary
7 October 2012
- 01:2601:26, 7 October 2012 diff hist 0 GetResourceLastStartTime No edit summary
28 September 2012
- 17:2117:21, 28 September 2012 diff hist +354 AR/getBans No edit summary current
- 17:0717:07, 28 September 2012 diff hist +466 AR/getBanSerial No edit summary current
1 September 2012
- 19:5319:53, 1 September 2012 diff hist +2 AR/banPlayer →Optional Arguments
- 19:2319:23, 1 September 2012 diff hist +255 AR/getUnbanTime No edit summary current
- 19:1519:15, 1 September 2012 diff hist +19 AR/getBanTime No edit summary current
- 19:1019:10, 1 September 2012 diff hist +12 AR/kickPlayer No edit summary
- 19:0919:09, 1 September 2012 diff hist +11 AR/kickPlayer No edit summary
- 19:0919:09, 1 September 2012 diff hist −59 AR/kickPlayer No edit summary
- 18:5318:53, 1 September 2012 diff hist +677 AR/banPlayer No edit summary
- 18:2818:28, 1 September 2012 diff hist +3 AR/removeBan →See Also
- 18:2818:28, 1 September 2012 diff hist +3 AR/getUnbanTime →See Also
- 18:2818:28, 1 September 2012 diff hist +3 AR/getBanUsername →See Also
- 18:2618:26, 1 September 2012 diff hist +3 AR/getBanTime →See Also
- 18:2618:26, 1 September 2012 diff hist +3 AR/getBanSerial →See Also
- 18:2518:25, 1 September 2012 diff hist +3 AR/getBans →See Also
- 18:2518:25, 1 September 2012 diff hist +3 AR/getBanReason →See Also
- 18:2518:25, 1 September 2012 diff hist +3 AR/getBanNick →See Also
- 18:2418:24, 1 September 2012 diff hist +3 AR/getBanIP →See Also
- 18:2418:24, 1 September 2012 diff hist +3 AR/getBanAdmin →See Also
- 16:4516:45, 1 September 2012 diff hist +3 AR/kickPlayer →See Also
- 16:4116:41, 1 September 2012 diff hist +3 AR/banPlayer →See Also
- 16:4016:40, 1 September 2012 diff hist +955 N AR/removeBan Created page with "__NOTOC__ {{Server function}} This function will remove a specific ban. ==Syntax== <syntaxhighlight lang="lua"> bool removeBan ( ban theBan, [ player responsibleElement ] ) </syntaxhighlight> ===R..."
- 16:3916:39, 1 September 2012 diff hist +1,253 N AR/getUnbanTime Created page with "__NOTOC__ {{Server function}} This function will return the unbanning time of the specified ban in '''seconds'''. ==Syntax== <syntaxhighlight lang="lua"> int getUnbanTime ( ban theBan ) ..."
- 16:3816:38, 1 September 2012 diff hist +732 N AR/getBanUsername Created page with "__NOTOC__ {{Server function}} This function will return the username of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string getBanUsername ( ban theBan ) </syntaxhighlight> ===Requir..."
- 16:3716:37, 1 September 2012 diff hist +843 N AR/getBanTime Created page with "__NOTOC__ {{Server function}} This function will return the time the specified ban was created, in '''seconds'''. ==Syntax== <syntaxhighlight lang="lua"> int getBanTime ( ban theBan ) </..."
- 16:3716:37, 1 September 2012 diff hist +1,541 N AR/getBanSerial Created page with "__NOTOC__ {{Server function}} This function will return the serial of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string getBanSerial ( ban theBan ) </syntaxhighlight> ===Requir..."
- 16:3616:36, 1 September 2012 diff hist +955 N AR/getBans Created page with "__NOTOC__ {{Server function}} This function will return a table over all the ban values in the server. ==Syntax== <syntaxhighlight lang="lua"> table getBans () </syntaxhighlight> ===Returns=== Ret..."
- 16:3516:35, 1 September 2012 diff hist +1,347 N AR/getBanReason Created page with "__NOTOC__ {{Server function}} This function will return the ban reason of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string getBanReason ( ban theBan ) </syntaxhighlight> ===Requir..."
- 16:3416:34, 1 September 2012 diff hist +1,384 N AR/getBanNick Created page with "__NOTOC__ {{Server function}} This function will return the nickname (nickname that the player had when he was banned) of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string..."
- 16:3316:33, 1 September 2012 diff hist +1,522 N AR/getBanIP Created page with "__NOTOC__ {{Server function}} This function will return the IP of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string getBanIP ( ban theBan ) </syntaxhighlight> ===Required Arguments..."
- 16:3216:32, 1 September 2012 diff hist +1,364 N AR/getBanAdmin Created page with "__NOTOC__ {{Server function}} This function will return the responsible admin (nickname of the admin) of the specified ban. ==Syntax== <syntaxhighlight lang="lua"> string getBanAdmin ( b..."
- 16:3116:31, 1 September 2012 diff hist +485 N Template:AR/Admin functions Created page with "*AR/banPlayer *AR/kickPlayer {{New items|3|1.0| *AR/addBan *AR/getBanAdmin *AR/getBanIP *AR/getBanNick *AR/getBanReason *AR/getBans *[[AR/getBanSe..."
- 16:2816:28, 1 September 2012 diff hist +1,447 N AR/kickPlayer Created page with "{{Server function}} __NOTOC__ This function will kick the specified player from the server. ==Syntax== <syntaxhighlight lang="lua"> bool kickPlayer ( player kickedPlayer, [ player responsible..."
- 16:2616:26, 1 September 2012 diff hist +485 N AR/addBan Created page with "*AR/banPlayer *AR/kickPlayer {{New items|3|1.0| *AR/addBan *AR/getBanAdmin *AR/getBanIP *AR/getBanNick *AR/getBanReason *AR/getBans *[[AR/getBanSe..."
- 15:5515:55, 1 September 2012 diff hist +2,679 N AR/banPlayer Created page with "__NOTOC__ {{Server function}} {{New feature|3|1.0| This function will ban the specified player by either IP, serial or username }} {{Deprecated_feature|3|1.0| This function..."
- 15:5415:54, 1 September 2012 diff hist +54 Template:Admin functions No edit summary
- 15:0415:04, 1 September 2012 diff hist −9 AR/Table No edit summary
- 15:0215:02, 1 September 2012 diff hist +510 AR/Table No edit summary
31 August 2012
- 11:0911:09, 31 August 2012 diff hist +16 AR/String No edit summary
- 11:0411:04, 31 August 2012 diff hist +500 AR/String No edit summary
- 10:5510:55, 31 August 2012 diff hist +12 AR/String No edit summary
- 10:5310:53, 31 August 2012 diff hist +3 AR/String No edit summary
- 10:5210:52, 31 August 2012 diff hist +18 AR/String No edit summary
- 10:4610:46, 31 August 2012 diff hist +540 AR/String No edit summary