EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 انا ابي اعلمك شنو قصدي ابي احط في زر وزنيه او شيء غير كيف ؟ Link to comment
3NAD Posted August 13, 2012 Share Posted August 13, 2012 lua code إسستخدم على شأن يجي الككود أوضضح و ججرب ذا wnd = guiCreateWindow(0.3821,0.1458,0.216,0.5117,"مود اخذ فلوس",true) TabPanel = guiCreateTabPanel(10,22,276,362,false,wnd) tab3 = guiCreateTab("Tab",TabPanel) Button = guiCreateButton(6,319,267,36,"اضغط هنا",false,tab3) Image = guiCreateStaticImage(58,32,182,236,"images/mtalogo.png",false,tab3) bindKey("F2", "down", function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) guiSetInputEnabled(guiGetVisible(wnd)) end) comboBox = guiCreateComboBox(70, 85, 191, 54," player", false, tab3) for id, player in ipairs(getElementsByType("player")) do guiComboBoxAddItem(comboBox, getPlayerName(player)) end Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 عناد المود قام مايشتغل ~~ انت كذا ماخذا الموضوع ولا لا ~~~~~~~ انا ابي اعلمك شنو قصدي اضغط على زر وتصير في السياره وزنيه نفس كذا او شيء غير كيف ؟ |~ Link to comment
hassan.k.s.a Posted August 13, 2012 Share Posted August 13, 2012 wiki.multitheftauto.com Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 wiki.multitheftauto.com طيب انت عطيتيني الرابط في اقسام كثيره مثل سياره اسلحه وكذا اي قســم ادخل ؟؟ ??? Link to comment
./BlackBird# Posted August 13, 2012 Share Posted August 13, 2012 wiki.multitheftauto.com طيب انت عطيتيني الرابط في اقسام كثيره مثل سياره اسلحه وكذا اي قســم ادخل ؟؟ ??? روح للقسم الي تحتاجه Link to comment
3NAD Posted August 13, 2012 Share Posted August 13, 2012 انت اللي تبيه حدث عند ضغط الزر " addEventHandler("onClientGUIClick",root, function() if source == BTN_name then -------- Your Code end end ) Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 (edited) هذا سويت كود وين الخطاء وتصصحوه addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == قفل ) then-- --locked --wiki.multitheftauto.com end end) function(button, state, absoluteX, absoluteY) if ( source == فتح ) then-- --frozen --wiki.multitheftauto.com end end) GUIEditor_Label = {} wnd = guiCreateWindow(0.3843,0.237,0.1984,0.4935,"مود قفل السياره والفتح",true) Image = guiCreateStaticImage(34,44,207,233,"images/mtalogo.png",false,wnd) tab2 = guiCreateButton(10,327,113,37,"فتح",false,wnd) image = guiCreateStaticImage(24,11,224,252,"images/mtalogo.png",false,tab3) GUIEditor_Label[1] = guiCreateLabel(219,45,5,5,"",false,wnd) tab2 = guiCreateButton(174,326,88,36,"قفل",false,wnd) bindKey("F2", "down", function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) guiSetInputEnabled(guiGetVisible(wnd)) end) Edited August 14, 2012 by Guest Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 مو لازم if source == button then على طوول addEventHandler("onClientGUIClick",BTN_name, function() -------- Your Code end ) Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 هذا سويت كود وين الخطاء وتصصحوهaddEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == قفل ) then-- --locked --wiki.multitheftauto.com end end) function(button, state, absoluteX, absoluteY) if ( source == فتح ) then-- --frozen --wiki.multitheftauto.com end end) GUIEditor_Label = {} wnd = guiCreateWindow(0.3843,0.237,0.1984,0.4935,"مود قفل السياره والفتح",true) Image = guiCreateStaticImage(34,44,207,233,"images/mtalogo.png",false,wnd) tab2 = guiCreateButton(10,327,113,37,"فتح",false,wnd) image = guiCreateStaticImage(24,11,224,252,"images/mtalogo.png",false,tab3) GUIEditor_Label[1] = guiCreateLabel(219,45,5,5,"",false,wnd) tab2 = guiCreateButton(174,326,88,36,"قفل",false,wnd) bindKey("F2", "down", function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) guiSetInputEnabled(guiGetVisible(wnd)) end) كووووووووودك كلللللللللللللللللله ما له معنى , شكلك لسة تتعلم اقرا https://wiki.multitheftauto.com/wiki/Scr ... troduction ( اذا كنت تعرف انجليزي ) ووين الزر حق " فتح " ووين الزر حق " قفل " ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ اذا كنت تبي تخلي السيارة مقفلة استخدم setVehicleLocked Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 (edited) هذا سويت كود وين الخطاء وتصصحوهaddEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == قفل ) then-- --locked --wiki.multitheftauto.com end end) function(button, state, absoluteX, absoluteY) if ( source == فتح ) then-- --frozen --wiki.multitheftauto.com end end) GUIEditor_Label = {} wnd = guiCreateWindow(0.3843,0.237,0.1984,0.4935,"مود قفل السياره والفتح",true) Image = guiCreateStaticImage(34,44,207,233,"images/mtalogo.png",false,wnd) tab2 = guiCreateButton(10,327,113,37,"فتح",false,wnd) image = guiCreateStaticImage(24,11,224,252,"images/mtalogo.png",false,tab3) GUIEditor_Label[1] = guiCreateLabel(219,45,5,5,"",false,wnd) tab2 = guiCreateButton(174,326,88,36,"قفل",false,wnd) bindKey("F2", "down", function() guiSetVisible(wnd, not guiGetVisible(wnd)) showCursor(guiGetVisible(wnd)) guiSetInputEnabled(guiGetVisible(wnd)) end) كووووووووودك كلللللللللللللللللله ما له معنى , شكلك لسة تتعلم اقرا https://wiki.multitheftauto.com/wiki/Scr ... troduction ( اذا كنت تعرف انجليزي ) ووين الزر حق " فتح " ووين الزر حق " قفل " ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ اذا كنت تبي تخلي السيارة مقفلة استخدم setVehicleLocked function lockcar ( thePlayer ) playervehicle = getPlayerOccupiedVehicle ( thePlayer ) -- define 'playervehicle' as the vehicle the player is in if ( playervehicle ) then -- if a player is in a vehicle if isVehicleLocked ( playervehicle ) then -- and if the vehicle is already locked setVehicleLocked ( playervehicle, false ) -- unlock it else -- otherwise (if it isn't locked) setVehicleLocked ( playervehicle, true ) -- lock it end end end function bindLockOnSpawn ( theSpawnpoint ) -- when a player spawns bindKey ( source, "l", "down", lockcar ) -- bind the 'l' key to the 'lockcar' function end addEventHandler ( "onPlayerSpawn", getRootElement(), bindLockOnSpawn ) هذا الكود وين احط اسم الزر ؟ bindKey ( source, "l", "down", lockcar ) -- bind the 'l' key to the 'lockcar' function هذا حق زر في الكيبورد Edited August 14, 2012 by Guest Link to comment
hassan.k.s.a Posted August 13, 2012 Share Posted August 13, 2012 لاحول هههههههههه وقسم مخي انلحس مره زر من الكيبورد ومره زرف نافذه ومادري وش بتجيب كمان انت قول وش تبي تسوي بضبط ! نافذه فيها زرين زر لما تضغطه تنقفل السياره وزر لما تضفطه تفتح السياره ولا كيف وضح مو فاهملك شي Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 لاحول هههههههههه وقسم مخي انلحسمره زر من الكيبورد ومره زرف نافذه ومادري وش بتجيب كمان انت قول وش تبي تسوي بضبط ! نافذه فيها زرين زر لما تضغطه تنقفل السياره وزر لما تضفطه تفتح السياره ولا كيف وضح مو فاهملك شي كذا المطلوب زرين زر لما تضغطه تنقفل السياره وزر لما تضفطه تفتح السياره Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 ماراح يفيدك نقل ال example من الويكي Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 لاحول هههههههههه وقسم مخي انلحسمره زر من الكيبورد ومره زرف نافذه ومادري وش بتجيب كمان انت قول وش تبي تسوي بضبط ! نافذه فيها زرين زر لما تضغطه تنقفل السياره وزر لما تضفطه تفتح السياره ولا كيف وضح مو فاهملك شي كذا المطلوب زرين زر لما تضغطه تنقفل السياره وزر لما تضفطه تفتح السياره bindKey setVehicleLocked Link to comment
EdeN Posted August 13, 2012 Author Share Posted August 13, 2012 هذا صوره من المود بس مايضبط يليت تشرحي مايقفل ولا يفتح اذا مايتعبك Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 أفضل شي لا تستخدم GUIEditor يمديك تسوي نافذه على كيفك بالضرب وبالقسمة وبالطرح مثلاً guiCreateWindow(5/3, 1.5/3, 5.1, 12/4, "TETE_WINDOW", true) Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 هذا صوره من المود بس مايضبط يليت تشرحي مايقفل ولا يفتح اذا مايتعبك addEventHandler("onClientGUIClick", getRootElement(), function( player ) if ( source == lockBUTTON ) then setVehicleLocked(getPedOccupiedVehicle( player ), true) elseif ( source == unlockBUTTON ) then setVehicleLocked(getPedOccupiedVehicle( player ), false) end end انا مو متاكد منه بس حط زر قفل مكان lockBUTTON وزر فتح مكان unlockBUTTON وبس Link to comment
TAPL Posted August 13, 2012 Share Posted August 13, 2012 addEventHandler("onClientGUIClick", root, function() if (source == lockBUTTON) then setVehicleLocked(getPedOccupiedVehicle(localPlayer), true) elseif (source == unlockBUTTON) then setVehicleLocked(getPedOccupiedVehicle(localPlayer), false) end end) Link to comment
hassan.k.s.a Posted August 13, 2012 Share Posted August 13, 2012 --server side-- function GUIEditor_Button1 () if (isPedInVehicle (source)) then local veh = getPedOccupiedVehicle (source) if not (isVehicleLocked (veh)) then setVehicleLocked (veh, true) setVehicleDoorsUndamageable (veh, true) setVehicleDoorState (veh, 0, 0) setVehicleDoorState (veh, 1, 0) setVehicleDoorState (veh, 2, 0) setVehicleDoorState (veh, 3, 0) outputChatBox ("Vehicle locked.", source, 255, 0, 0) elseif (isVehicleLocked (veh)) then setVehicleLocked (veh, false) setVehicleDoorsUndamageable (veh, false) outputChatBox ("Vehicle unlocked.", source, 255, 0, 0) end else outputChatBox ("You aren't in a vehicle!", source, 255, 0, 0) end end addEvent("GUIEditor_Button1",true) addEventHandler("GUIEditor_Button1",getRootElement(),GUIEditor_Button1 ) --client side-- GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Window[1] = guiCreateWindow(232,185,324,218,"locked And unlocked",false) guiSetAlpha(GUIEditor_Window[1],1) guiSetVisible (GUIEditor_Window[1], false) guiWindowSetSizable(GUIEditor_Window[1],false) guiWindowSetMovable(GUIEditor_Window[1],true) ----- GUIEditor_Button[1] = guiCreateButton(18,92,106,35,"locked,/,unlocked",false,GUIEditor_Window[1]) ----- bindKey ( "F5" , "down" , function() if ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) end end ) ------ addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == GUIEditor_Button[1] ) then triggerServerEvent("GUIEditor_Button1",getLocalPlayer()) end end ) Link to comment
Tete omar Posted August 13, 2012 Share Posted August 13, 2012 مشكور تابل على التعديل استخدم كود تابل وسوي الي قلت لك عليه غير أسامي الأزرار للي عندك Link to comment
EdeN Posted August 14, 2012 Author Share Posted August 14, 2012 حطيت الكود وكل شيء والمود قام مايشتغل وبعد مره يوم بدمجه مع زر ماشتغل يصيرلي كذا ليه Link to comment
3NAD Posted August 14, 2012 Share Posted August 14, 2012 /debugscript 3 اكتب بالكونسول او بـ الشات و اططرح الخطأ اللي موججود أسفل الشاشة 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