Mr.king Posted February 19, 2013 Share Posted February 19, 2013 شباب انا حطيت كود اول ما يخش الاعب تجيه لوحة بس انا ابيه لما تضغط صورة من الصورتين ينقلة لقيم مود يعني ينقلك للهجولة اوالبيس مود بس لما اخش البيس مود يكون بيس مود مافيه الفري روم يعني له مودات خاصة مثل سيرفر طاره وشكرا Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 سوية اذا لقى الـ عالم اللي فية الاعب والمفترض تسوية كل قيم عالم وهمي وسوي احظار العالم واذا كان العالم كذا يسوي unbindKey Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 bindKey("F1","down", function() if ( getElementDimension ( localPlayer ) == 1 ) then guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) else if guiGetVisible(GUIEditor_Window[1]) == true then guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) end end end ) Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 انت مفهمتني انا جربت كودك بس انا ابي السيرفر قسمين واحد بلاي والثاني بيس مود خش سيرفر طاره وشوف Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 ~_~ عارف انت سوي القيم كل قيم عالم وهمي! setElementDimension افضل لك ذذ بحيث اللي في الحرب منفصل عن الهجولة Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 المشكلة قيم بلاي شغال في كل عالم وهمي كيف اخلي اي عالم وهمي يشتغل في البيس مود ومايشتغل فيه بلاي؟ Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 عآدي ذذ لانك بتسوي قيم بدون بلآي ولا كيف يكون قيم والعوالم تقدر تسوي على كيفك ومالها دخل بـ البلاي Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 طيب كيف احط البيس مود في العالم الي ابيه وحتا انا من الادمنية وديت نفسي لعالم اخر والبلاي شغال ؟؟ ابي الحل Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 يالخوي القيم مود ماله دخل بـ البلاي كيف يصير قيم وهو معه -_-" وسوي عالم وهمي بـ كود للقيم ~ Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 طيب كيف اسوي قيم معه عالم Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 تسوي عالم كذا : -- Client addEventHandler("onClientGUIClick",root, function () if ( source == Button ) then triggerServerEvent("onClick",localPlayer) end end ) -- Server addEvent("onClick",true) addEventHandler("onClick",root, function () setElementDimension ( source, 1 ) end ) Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 مشووووووووووور بس ياريت تجيب حل عشان الفري روم ماشتغل لوكنت في العالم1 Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 اطرح كود الفري روم اللي يفتحة ذذ toggleFRWindow Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 function toggleFRWindow() if isWindowOpen(wndMain) then showCursor(false) hideAllWindows() colorPicker.closeSelect() else showCursor(true) showAllWindows() end end Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 function toggleFRWindow() if ( getElementDimension ( localPlayer ) == 1 ) then if isWindowOpen(wndMain) then showCursor(false) hideAllWindows() else showCursor(true) showAllWindows() end end end Link to comment
Mr.king Posted February 19, 2013 Author Share Posted February 19, 2013 تعرف كيف اخلي مود البيس مود شغال في العالم ذا بس؟ Link to comment
iPrestege Posted February 19, 2013 Share Posted February 19, 2013 مشفر ماتقدر سوي قيم حرب تيمات ذذ احسن لكـ Link to comment
Mr.king Posted February 20, 2013 Author Share Posted February 20, 2013 طيب انا حطيت نافذة اول مايخش الاعب تجيه نافذة اختيار القيم بس الماوس مو ظاهر [i]addEventHandler ( "onPlayerJoin", root, function () guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor ( guiGetVisible ( GUIEditor_Window[1] ) ) guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) end )[/i] ارجو حل المشكلة Link to comment
PaiN^ Posted February 20, 2013 Share Posted February 20, 2013 (edited) addEventHandler ( "onClientPlayerJoin", root, function () guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor ( true ) guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) end ) *Edit : مدري وش فيني اليوم Edited February 20, 2013 by Guest Link to comment
iPrestege Posted February 20, 2013 Share Posted February 20, 2013 addEventHandler ( "onPlayerJoin", root, function () guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor ( true ) guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) end ) Client Only onPlayerJoin ?? Link to comment
Mr.king Posted February 20, 2013 Author Share Posted February 20, 2013 addEventHandler ( "onPlayerJoin", root, function () guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor ( true ) guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) end ) ماشتغل!! Link to comment
iPrestege Posted February 20, 2013 Share Posted February 20, 2013 انت لا تخفي اللوحة خلها ظاهرهـ وسوي اظهار للمؤشر وبسس ! ويوم يضغط الزر يسوي اخفاء لة اظهار كذا : showCursor (true) Link to comment
Mr.king Posted February 20, 2013 Author Share Posted February 20, 2013 انت لا تخفي اللوحة خلها ظاهرهـ وسوي اظهار للمؤشر وبسس ! ويوم يضغط الزر يسوي اخفاء لة اظهار كذا : showCursor (true) طيب انت كيف قصدك خلها ظاهرة 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