guiCreateStaticImage | Multi Theft Auto: Wiki Skip to content

guiCreateStaticImage

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function creates a static image using a .png image in the resource.

Syntax

guiCreateStaticImage ( )

Code Examples

client
function showClientImage()
guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false )
end
addEventHandler( "onClientResourceStart", resourceRoot, showClientImage )

See Also

GUI Functions