Mr-M3AND Posted January 18, 2014 Share Posted January 18, 2014 السلام عليكم لم استخدمها من قبل guiGetScreenSize شباب عندي نافذة لمود سويته , بعض اللاعبين تطلع لهم النافذه بأسفل الشاشه والبعض مضبوطه المهم في هذي الوظيفة ياليت احد يضبط النافذه مع شرح بسيط لاهنتم window[1] = guiCreateWindow(255,171,531,456,"shop",false) Link to comment
!#NssoR_) Posted January 18, 2014 Share Posted January 18, 2014 شوف هاذي الطريقة بتخلي الوحه بـ الوسط عند كل الاعبين function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end الكود الي فوق تحطه في اول مودك وبعدين تحط اسم لوحتك كذا centerWindow(window[1]) الكود هذا تحطه تحت window[1] = guiCreateWindow(255,171,531,456,"shop",false) وخلاص Link to comment
Mr-M3AND Posted January 18, 2014 Author Share Posted January 18, 2014 شكراً ماقصرت ..جاري التجربه Link to comment
Mr-M3AND Posted January 18, 2014 Author Share Posted January 18, 2014 ماضبط معي يطلع بالديبوق كذا http://www6.0zz0.com/2014/01/18/17/982788380.png Link to comment
#DRAGON!FIRE Posted January 18, 2014 Share Posted January 18, 2014 ماضبط معي يطلع بالديبوق كذاhttp://www6.0zz0.com/2014/01/18/17/982788380.png حطيت اسم النافذة صحيح ؟ Link to comment
Mr-M3AND Posted January 18, 2014 Author Share Posted January 18, 2014 ماضبط معي يطلع بالديبوق كذاhttp://www6.0zz0.com/2014/01/18/17/982788380.png حطيت اسم النافذة صحيح ؟ ايه حطيت اسم النافذه .. function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end centerWindow(window[1]) window[1] = guiCreateWindow(255,171,531,456,"shop",false) Link to comment
K1NG Posted January 18, 2014 Share Posted January 18, 2014 ماضبط معي يطلع بالديبوق كذاhttp://www6.0zz0.com/2014/01/18/17/982788380.png حطيت اسم النافذة صحيح ؟ ايه حطيت اسم النافذه .. function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end centerWindow(window[1]) window[1] = guiCreateWindow(255,171,531,456,"shop",false) * Client Side: function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end local window = { } window[1] = guiCreateWindow(255,171,531,456,"shop",false) centerWindow ( window[1] ) Link to comment
!#NssoR_) Posted January 18, 2014 Share Posted January 18, 2014 وبعدين تحط اسم لوحتك كذا centerWindow(window[1]) الكود هذا تحطه تحت window[1] = guiCreateWindow(255,171,531,456,"shop",false) وخلاص لو ركزت انا وش قلت بيضبط معك Link to comment
Mr-M3AND Posted January 18, 2014 Author Share Posted January 18, 2014 وبعدين تحط اسم لوحتك كذا centerWindow(window[1]) الكود هذا تحطه تحت window[1] = guiCreateWindow(255,171,531,456,"shop",false) وخلاص لو ركزت انا وش قلت بيضبط معك >< فكرتك تقول كود النافذه احطه تحت على كل حال الله يعطيكم العافية ماقصرتو Link to comment
</Mr.Tn6eL> Posted January 18, 2014 Share Posted January 18, 2014 اذ تبي تعرف شي لازم يكون فوق كودك مثال marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) لاحظ اني عرفت الماركر فوق الكود عشان كذا نفع الحدث اما كذا مراح ينفع addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) كذا مراح ينفع الحدث عشنه ماتعرف الماركر اتمنى اني افدتك Link to comment
Mr-M3AND Posted January 19, 2014 Author Share Posted January 19, 2014 اذ تبي تعرف شي لازم يكون فوق كودك مثال marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) لاحظ اني عرفت الماركر فوق الكود عشان كذا نفع الحدث اما كذا مراح ينفع addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) كذا مراح ينفع الحدث عشنه ماتعرف الماركر اتمنى اني افدتك افدتني الله يعطيك العافية , وبما ان الكود للنافذه هل ينفع للصوره ؟ GUIEditor_Image[1] = guiCreateStaticImage(280,181,440,469,"images/ff.png",false) Link to comment
jafar Posted January 19, 2014 Share Posted January 19, 2014 لا مو شرط فوق الكود تقدر تخلي انشاء الماركر تحت وتحقق كذا if source == marker then لكن اذا سويت كذا addEventHandler ( "onMarkerHit", marker, function ( ) -- .. end ); وكود انشاء الماركر تحت راح يطلع لك خطا بالديبق Link to comment
</Mr.Tn6eL> Posted January 19, 2014 Share Posted January 19, 2014 اذ تبي تعرف شي لازم يكون فوق كودك مثال marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) لاحظ اني عرفت الماركر فوق الكود عشان كذا نفع الحدث اما كذا مراح ينفع addEventHandler ( "onMarkerHit", marker, function ( player ) if getElementType ( player ) == "player" then outputChatBox(".:[ مرحبا بك ] :.",Player,255,255,0,true) end end ) marker = createMarker ( x,y,y, "type", size, r, b, g, alpha ) كذا مراح ينفع الحدث عشنه ماتعرف الماركر اتمنى اني افدتك افدتني الله يعطيك العافية , وبما ان الكود للنافذه هل ينفع للصوره ؟ GUIEditor_Image[1] = guiCreateStaticImage(280,181,440,469,"images/ff.png",false) مدري جرب ذذذ Link to comment
#DRAGON!FIRE Posted January 19, 2014 Share Posted January 19, 2014 لكل النوافذ ذذ centerWindow ينفع Link to comment
Mr-M3AND Posted January 20, 2014 Author Share Posted January 20, 2014 لكل النوافذ ذذ centerWindow ينفع حلو ,شكراً لك اخ زاحف Link to comment
#DRAGON!FIRE Posted January 20, 2014 Share Posted January 20, 2014 حلو ,شكراً لك اخ زاحف العفو . 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