yazan Posted March 9, 2013 Share Posted March 9, 2013 سلام عليكم ودي كود صوره بعد وقت تختفي GUIEditor_Image = {} GUIEditor_Image1 = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image2 = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function() guiSetVisible(GUIEditor_Image1,false) end, 1000, 1 ) end setTimer ( function() guiSetVisible(GUIEditor_Image2,false) end, 2000, 1 ) Link to comment
3NAD Posted March 9, 2013 Share Posted March 9, 2013 use [ lua] [/lua] GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[1], false ) end , 1000, 1 ) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[2], false ) end , 2000, 1 ) Link to comment
Tete omar Posted March 9, 2013 Share Posted March 9, 2013 use [ lua] [/lua] GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[1], false ) end , 1000, 1 ) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[2], false ) end , 2000, 1 ) عناد, انت مسوي 2 تايمر يشتغلوا اول ما المود يشتغل عند الكلنت(اللاعب), فيه طريقة افضضل من كذا, انك تسوي تايمر اذا انتهى يجي التايمر الثاني GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer( function() guiSetVisible(GUIEditor_Image[1], false) setTimer(theNextImage, 1000, 1) end, 1000, 1 ) function theNextImage() guiSetVisible(GUIEditor_Image[2], false) end وبكذا نظمت كودك + تايمر ورا تايمر يكون افضل للاعب Link to comment
iMr.Dawix~# Posted March 9, 2013 Share Posted March 9, 2013 use [ lua] [/lua] GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[1], false ) end , 1000, 1 ) setTimer ( function ( ) guiSetVisible ( GUIEditor_Image[2], false ) end , 2000, 1 ) عناد, انت مسوي 2 تايمر يشتغلوا اول ما المود يشتغل عند الكلنت(اللاعب), فيه طريقة افضضل من كذا, انك تسوي تايمر اذا انتهى يجي التايمر الثاني GUIEditor_Image = {} GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer( function() guiSetVisible(GUIEditor_Image[1], false) setTimer(theNextImage, 1000, 1) end, 1000, 1 ) function theNextImage() guiSetVisible(GUIEditor_Image[2], false) end وبكذا نظمت كودك + تايمر ورا تايمر يكون افضل للاعب وهذي طرييقه ثانيه يمكن تنفع GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer(guiSetVisible, 5000, 1, GUIEditor_Image[1], false) setTimer(guiSetVisible, 10000, 1, GUIEditor_Image[2], false) Link to comment
X-SHADOW Posted March 10, 2013 Share Posted March 10, 2013 ههههه ضاوي انت حاطهم كلهم flase وش الفايده ض1 Link to comment
iMr.Dawix~# Posted March 11, 2013 Share Posted March 11, 2013 ههههه ضاوي انت حاطهم كلهم flase وش الفايده ض1 GUIEditor_Image[1] = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) guiSetVisible(GUIEditor_Image[1],true) GUIEditor_Image[2] = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) guiSetVisible(GUIEditor_Image[2],true) setTimer(guiSetVisible, 5000, 1, GUIEditor_Image[1], false) setTimer(guiSetVisible, 10000, 1, GUIEditor_Image[2], false) Link to comment
кιηg-αвα∂у Posted March 11, 2013 Share Posted March 11, 2013 ههههه ضاوي انت حاطهم كلهم flase وش الفايده ض1 سلام عليكم ودي كود صوره بعد وقت تختفي GUIEditor_Image = {} GUIEditor_Image1 = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image2 = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function() guiSetVisible(GUIEditor_Image1,false) end, 1000, 1 ) end setTimer ( function() guiSetVisible(GUIEditor_Image2,false) end, 2000, 1 ) Link to comment
iMr.Dawix~# Posted March 11, 2013 Share Posted March 11, 2013 ههههه ضاوي انت حاطهم كلهم flase وش الفايده ض1 سلام عليكم ودي كود صوره بعد وقت تختفي GUIEditor_Image = {} GUIEditor_Image1 = guiCreateStaticImage(0,0,799,599,"yy/y1.png",false) GUIEditor_Image2 = guiCreateStaticImage(0,0,799,599,"yy/y2.png",false) setTimer ( function() guiSetVisible(GUIEditor_Image1,false) end, 1000, 1 ) end setTimer ( function() guiSetVisible(GUIEditor_Image2,false) end, 2000, 1 ) لا هو يقصد انها مخفيه كيف تختفي بعد مده؟ Link to comment
|Mr|-Talal07-| Posted March 11, 2013 Share Posted March 11, 2013 طيب اللوحه اذا سويتها ما تكون مخفيه الا اذا انت اخفيتها كودك ذاك صح Link to comment
3NAD Posted March 11, 2013 Share Posted March 11, 2013 جميع الأكواد السابقة راح تشتغل ماله داعي الفلسفة 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