All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:35, 5 January 2023 OfficialMr3b talk contribs created page DxText (Created page with "__NOTOC__ {{Client function}} This function draws a dxText but it will make it relative. ==Syntax== <syntaxhighlight lang="lua"> bool dxDrawText ( string text, float leftX, float topY [, float rightX = leftX, float bottomY = topY, int color = white, float scaleXY = 1.0 [, float scaleY = 1.0 ], mixed font = "default", string alignX = "left", string alignY = "top", bool clip = false, bool wordBreak = false, bool postGUI = false, bool...")
  • 17:27, 5 January 2023 OfficialMr3b talk contribs created page DxRectangle (Created page with "__NOTOC__ {{Client function}} This function draws a dxRectangle but it will make it relative. ==Syntax== <syntaxhighlight lang="lua"> bool dxRectangle ( float startX, float startY, float width, float height [, int color = white, bool postGUI = false, bool subPixelPositioning = false ] ) </syntaxhighlight> ===Required Arguments=== * '''startX:''' An float representing the '''absolute''' origin X position of the rectangle, represented by pixels on the screen. * '''sta...")
  • 16:02, 5 January 2023 OfficialMr3b talk contribs moved page Resource:Fixing to Resource:RDX (Changed the Name)
  • 14:51, 5 January 2023 OfficialMr3b talk contribs created page Resource:Fixing (Created page with "This resource helps you to make your script relative ===How to Use=== First you need to add to the top of your code `loadstring(exports.fixing:importSizes())()` then you have to change some codes as showing in examples ===Notes=== 1 - You need to change the resolution from ''fixing/config/data.lua'' to your resolution.<br> 2 - Do not change any thing in ''fixing/server-side/update.lua'' or ''fixing/update.cfg''.<br> 3 - To update the resource you need to type ''/update-...")
  • 14:34, 5 January 2023 OfficialMr3b talk contribs created page User:OfficialMr3b (IDK)
  • 14:32, 5 January 2023 User account OfficialMr3b talk contribs was created