hassan.k.s.a Posted June 27, 2012 Share Posted June 27, 2012 (edited) ** Edited March 25, 2013 by Guest Link to comment
top sniper Posted June 27, 2012 Share Posted June 27, 2012 (edited) gRoot = getRootElement() gResRoot = getResourceRootElement( getThisResource() ) addEventHandler("onClientResourceStart", gResRoot, function () serverlogo = guiCreateStaticImage ( 0.8262, 0.2604, 0.1221, 0.1536, "logo.png", true ) end ) السلام عليكم ورحمة الله وبركاته .. لاهنتو ابغى الصوره اول ماشغل المود تطلع 5 ثواني وتطفي وابيها تكون تتحرك .. لاهنتو ألأهم اول ماشغلها تطلع 5 ثواني وبتطفي.. وشكرا.. serverlogo = guiCreateStaticImage ( 0.8262, 0.2604, 0.1221, 0.1536, "logo.png", true ) function delayedIMG ( ) guiSetVisible (serverlogo, false) end setTimer ( delayedIMG, 5000, 1 ) Edited June 28, 2012 by Guest Link to comment
TAPL Posted June 27, 2012 Share Posted June 27, 2012 serverlogo = guiCreateStaticImage(0.8262, 0.2604, 0.1221, 0.1536, "logo.png", true) setTimer(guiSetVisible,5000,1,serverlogo,false) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now