Jump to content

xnot2x

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by xnot2x

  1. what i trying to do is start the img show and finished in 9 Second every image take 3 Second only and then the images disappear from the screen
  2. thank you for helping me but the main problem not solved yet which is i want to hide the img after 9 second or kill the function
  3. 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
×
×
  • Create New...