تفضل اذا تبي آكثر من صوره
local Images = {
{ "Image.png" },
{ "Pro.png" },
}
addEventHandler ('onClientResourceStart',resourceRoot , function ( )
for i,v in ipairs ( Images ) do
myImage = guiCreateStaticImage ( 0.45, 0.48, 0.2, 0.5, "myimage.png", true )
setTimer ( guiStaticImageLoadImage, 10000, 1, myImage, v[1] )
end
end
)