User:Jusonex: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(25 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
==Features== | |||
===CEF=== | |||
*[[CEF_Tutorial]] | |||
*[[Client_Scripting_Functions#Browser_functions]] | |||
*[[Client_Scripting_Events#Browser_events]] | |||
*[[CWebBrowser]] | |||
==Notes== | ==Notes== | ||
* Crosshair position (weapons that use the "normal" crosshair texture "siteM16"): ''X = screenWidth * 0.5299999714f; Y = screenHeight * 0.4f'' | * Crosshair position (weapons that use the "normal" crosshair texture "siteM16"): ''X = screenWidth * 0.5299999714f; Y = screenHeight * 0.4f'' | ||
==Useful stuff== | |||
===Resources=== | |||
*[http://www.jusonex.net/public/mta/tools/trackdrawer.zip Train track drawer] | |||
===Tools=== | |||
*[http://www.jusonex.net/public/mta/tools/LuaStringEditor.exe Lua bytecode (luac) string editor] ([http://www.jusonex.net/public/mta/tools/LuaStringEditor_MainWindow.cs Source]) | |||
===SA Reversing=== | |||
*[http://www.jusonex.net/public/mta/loaders/index.php SA loader routines (contribution towards MTA:Eir)] |
Latest revision as of 17:11, 12 April 2015
Features
CEF
- CEF_Tutorial
- Client_Scripting_Functions#Browser_functions
- Client_Scripting_Events#Browser_events
- CWebBrowser
Notes
- Crosshair position (weapons that use the "normal" crosshair texture "siteM16"): X = screenWidth * 0.5299999714f; Y = screenHeight * 0.4f