hi ,this is my first subject and i hope that you help me fast
i'm trying to make splash screen by using ( guiStaticImageLoadImage ) and i want it to end after 9 second
local screenWidth,screenHeight = guiGetScreenSize()
function showimg()
local myImage = guiCreateStaticImage ( 0, 0, screenWidth , screenHeight, "1.jpg", true )
setTimer ( guiStaticImageLoadImage, 3000, 1, myImage, "2.jpg" )
setTimer ( guiStaticImageLoadImage, 6000, 1, myImage, "3.jpg" )
end
addEventHandler ( "onPlayerJoin", getRootElement(),showimg)
and sorry about me English i Know it's very bad