User:Jusonex: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "Hi")
 
No edit summary
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Hi
==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''
 
==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

Notes

  • Crosshair position (weapons that use the "normal" crosshair texture "siteM16"): X = screenWidth * 0.5299999714f; Y = screenHeight * 0.4f

Useful stuff

Resources

Tools

SA Reversing