S4MuEL Posted March 18, 2013 Share Posted March 18, 2013 السلآمم ععليكمم ممكن كود تحريك النآفذةة من الفوق الى الوسط ؟ = ) Link to comment
][sojn][ Posted March 18, 2013 Share Posted March 18, 2013 guiWindowSetMovable(Panel,true) قصدك هذا Link to comment
iPrestege Posted March 18, 2013 Share Posted March 18, 2013 guiWindowSetMovable(Panel,true) قصدك هذا معلوم عربي صديق؟ guiSetPosition setTimer # Link to comment
][sojn][ Posted March 18, 2013 Share Posted March 18, 2013 ما وضح طلبه ><" + ايه معلوم فكر انا مافي كلام عربي Link to comment
iPrestege Posted March 18, 2013 Share Posted March 18, 2013 isMove = false bindKey("الزر", "down", function() if isMove then return end if guiGetVisible( wnd ) then guiSetVisible(wnd, false) showCursor(false) else guiSetPosition(wnd, -300, 54, false) guiSetVisible(wnd, true) showCursor(true) if isTimer(Time) then return end Time = setTimer(function() local x, y = guiGetPosition(wnd, false) guiSetPosition(wnd, x + 13, y, false) end, 50, 50) isWindowMove(true) setTimer(isWindowMove, 100, 1, false) end end ) function isWindowMove(bole) isMove = bole end الاستبدال # الزر = زر فتح النافذهـ # wnd = نافذتك # وبالنسبة للاحداثيات سويتها ع السريع غيرها من فوق لـ تحت ذذ # Link to comment
hassan.k.s.a Posted March 18, 2013 Share Posted March 18, 2013 موضوع مكرر ! روح دور وبتشوف نفس طلبك ليه الكسل ؟ Link to comment
yazan Posted March 18, 2013 Share Posted March 18, 2013 local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v -1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) Link to comment
PaiN^ Posted March 18, 2013 Share Posted March 18, 2013 موضوع مكرر ! روح دور وبتشوف نفس طلبك ليه الكسل ؟ .. والله مو كسل بس المواضيع كلها لها نفس الإسم, عالعموم ما أبغى احرف مسار الموضوع Link to comment
][sojn][ Posted March 18, 2013 Share Posted March 18, 2013 ايه والله اغلبها اسمها طلب كود من فاضي بيدور Link to comment
hassan.k.s.a Posted March 18, 2013 Share Posted March 18, 2013 local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v -1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) انت فنان ماشاء الله عليك . Link to comment
yazan Posted March 18, 2013 Share Posted March 18, 2013 local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v -1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) انت فنان ماشاء الله عليك . Link to comment
#Al-Ha[J]aRii Posted March 18, 2013 Share Posted March 18, 2013 local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v -1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) ---------------------------------------------------- https://wiki.multitheftauto.com/wiki/InterpolateBetween هذا صعب عليه -- جرب ذا يمكن ينفع local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,500,100,"Test",false) Move = setTimer(function() guiSetPosition(Label,v,y,false) y = y +50 end,1000,0) setTimer(function() if isTimer(Move) then killTimer(Move) end end,3000,1) او local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,500,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,3000,1) هذا من اليسار لليمين وهو ينزل جرب local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v +1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) وهذا من اليمين لليسار وهو ينزل بأمكأنك تخليه من اليمين للوسط عدل ألأحداثيات جرب local v,y = guiGetPosition(guiElement,true) local v = 400 local y = 100 Label = guiCreateLabel(v,y,100,100,"Test",false) function Move() guiSetPosition(Label,v,y,false) y = y +1 v = v -1 end addEventHandler("onClientRender",getRootElement(),Move) setTimer(function() removeEventHandler("onClientRender",getRootElement(),Move) end,4000,1) https://forum.multitheftauto.com/viewtopic.php?f=160&t=53312 Link to comment
S4MuEL Posted March 18, 2013 Author Share Posted March 18, 2013 جمآعةة , إدري أن سبق وطرح خوينآ " حسن " موضوع لـ تحريك النآفذةة وأنا فتحت موضوع جديد لأني مآ أعرف للإحدآثيات فوق وتحت , ! ومآ إدري وشو ! ><" Link to comment
iPrestege Posted March 18, 2013 Share Posted March 18, 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