Search results

Jump to navigation Jump to search
  • element guiCreateStaticImage ( float x, float y, float width, float height, string path, [ bool relative guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )
    2 KB (349 words) - 08:10, 30 October 2023
  • This example creates a static image ("myimage.png") and replaces it with other image ("otherimage.png") 10 seconds after creation. local myImage = guiCreateStaticImage( 0.45, 0.48, 0.2, 0.5, "myimage.png", true )
    1 KB (143 words) - 12:03, 7 August 2019
  • ...image at the resource's start and changes its size to the original size so it keeps the best quality. local image = guiCreateStaticImage(200, 200, 10, 10, "image.png", false) --Creates image at 200x200 point on s
    1 KB (144 words) - 14:20, 20 May 2018
  • *'''guiElement:''' The GUI element you want to check if the mouse is over it. Returns true if the mouse is over the element, otherwise it returns false.
    2 KB (220 words) - 09:16, 17 August 2021
  • '''Example 1:''' This example creates a staticImage "mtalogo.png" and sets it to be movable or not using command move and state true or false : photo = guiCreateStaticImage(476, 223, 284, 221, "mtalogo.png", false)
    2 KB (292 words) - 23:47, 16 June 2020
  • * Fix vehicle.handling and add [[setVehicleHandling|setter]] to it * Fixed incorrect path in [[guiCreateStaticImage]] error message
    17 KB (2,101 words) - 19:39, 29 December 2022
  • * Stream-in an object after attaching if it was streamed-out beforehand (Fixes [https://github.com/multitheftauto/mtasa * Fix [[guiCreateStaticImage]] to warn on failure ([https://github.com/multitheftauto/mtasa-blue/pull/10
    36 KB (4,820 words) - 20:23, 29 September 2021