User contributions for OpenIDUser34
Jump to navigation
Jump to search
1 March 2012
- 17:1517:15, 1 March 2012 diff hist 0 Template:Account functions No edit summary
- 17:1117:11, 1 March 2012 diff hist +31 N GetAccountAllData moved GetAccountAllData to GetAllAccountData: changed function name current
- 17:1117:11, 1 March 2012 diff hist 0 m GetAllAccountData moved GetAccountAllData to GetAllAccountData: changed function name
28 February 2012
- 23:0923:09, 28 February 2012 diff hist +107 SetPedAnimationProgress No edit summary
- 13:3713:37, 28 February 2012 diff hist +335 OnClientSoundStopped No edit summary
- 13:3513:35, 28 February 2012 diff hist +1 OnClientSoundStarted No edit summary
- 13:3413:34, 28 February 2012 diff hist +312 OnClientSoundStarted No edit summary
27 February 2012
- 17:2217:22, 27 February 2012 diff hist +400 OnClientFileDownloadComplete No edit summary
- 17:1617:16, 27 February 2012 diff hist −764 OnClientFileDownloadComplete No edit summary
22 February 2012
- 22:1322:13, 22 February 2012 diff hist −46 OnClientFileDownloadComplete No edit summary
- 22:0722:07, 22 February 2012 diff hist +1,080 OnClientFileDownloadComplete No edit summary
- 22:0622:06, 22 February 2012 diff hist +581 N OnClientSoundStopped Created page with "{{Client_Function}} test example until properly documented <syntaxhighlight lang="lua"> function onSoundStopped ( reason ) if ( source == currentTrack ) then if ( reason == "destroyed" ) t..."
- 22:0522:05, 22 February 2012 diff hist +501 N OnClientSoundStarted Created page with "{{Client_Function}} test example until properly documented <syntaxhighlight lang="lua"> function onSoundStarted ( reason ) if ( source == currentTrack ) then if ( reason == "play" ) then ..."
- 22:0522:05, 22 February 2012 diff hist −1 OnClientSoundChangedMeta No edit summary
- 22:0322:03, 22 February 2012 diff hist +83 Template:Sound events No edit summary
- 19:2619:26, 22 February 2012 diff hist +169 DownloadFile No edit summary
- 11:2911:29, 22 February 2012 diff hist +6 OnClientFileDownloadComplete No edit summary
- 11:2411:24, 22 February 2012 diff hist −42 OnFileDownloadComplete Blanked the page
- 11:2311:23, 22 February 2012 diff hist +42 N OnFileDownloadComplete moved OnFileDownloadComplete to OnClientFileDownloadComplete
- 11:2311:23, 22 February 2012 diff hist 0 m OnClientFileDownloadComplete moved OnFileDownloadComplete to OnClientFileDownloadComplete
- 11:2311:23, 22 February 2012 diff hist +6 Template:Client other events No edit summary
- 11:2111:21, 22 February 2012 diff hist +29 Template:Client utility functions No edit summary
- 11:2011:20, 22 February 2012 diff hist +93 OnClientFileDownloadComplete No edit summary
- 11:2011:20, 22 February 2012 diff hist +29 Template:Client other events No edit summary
- 11:1711:17, 22 February 2012 diff hist +28 Template:Client other events No edit summary
- 11:1511:15, 22 February 2012 diff hist −24 Template:Admin functions No edit summary
- 11:1511:15, 22 February 2012 diff hist 0 Template:Admin functions No edit summary
- 11:1211:12, 22 February 2012 diff hist +24 Template:Admin functions No edit summary
- 11:1111:11, 22 February 2012 diff hist +16 Template:Admin functions No edit summary
- 11:1111:11, 22 February 2012 diff hist +19 m Template:Client utility functions No edit summary
- 11:1011:10, 22 February 2012 diff hist −18 Template:Utility functions No edit summary
- 11:1011:10, 22 February 2012 diff hist +18 Template:Utility functions No edit summary
- 11:0911:09, 22 February 2012 diff hist +23 Template:Account functions No edit summary
21 February 2012
- 23:3123:31, 21 February 2012 diff hist +662 N OnClientFileDownloadComplete Created page with "my test example until I get a chance to document properly <syntaxhighlight lang="lua"> function onStart ( ) outputChatBox ( "downloading test.mp3" ) downloadFile ( "test.mp3" ) end addEventH..."
19 February 2012
- 17:1817:18, 19 February 2012 diff hist +989 N DownloadFile Created page with "{{Client function}} __NOTOC__ This function downloads a file from the HTTP server. This can only be used on files on the HTTP server associated with the MTA server and will only ..."
16 February 2012
- 23:0523:05, 16 February 2012 diff hist +67 GetKeyState No edit summary
9 February 2012
- 15:2815:28, 9 February 2012 diff hist −669 RemoveAccount No edit summary
4 February 2012
- 20:1720:17, 4 February 2012 diff hist +298 Server Commands No edit summary
30 January 2012
- 18:3918:39, 30 January 2012 diff hist +1,048 N GetAllAccountData Created page with "__NOTOC__ {{Server function}} This function returns a table containing all the user data for the account provided ==Syntax== <syntaxhighlight lang="lua"> table getAccountAllData ( account theAcco..."