MR:SADIQ Posted May 7, 2013 Share Posted May 7, 2013 ابي اذا الاعب اسرع بسيارة مثلن وصل 180 تطلع له لوحة يصير؟ اذا ما عليكم امر اذا يصير عطوني الفكشنات + توقف السيارة مكانها اذا ماضغط زر من اللوحة ذذ Link to comment
кιηg-αвα∂у Posted May 7, 2013 Share Posted May 7, 2013 https://wiki.multitheftauto.com/wiki/GetElementSpeed "onClientRender" guiSetVisible getPedOccupiedVehicle Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 getElementSpeed (element 130, [ int/string unit="kph" ]) guiSetVisible ( element wnd, bool state ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) end end) Link to comment
iPrestege Posted May 7, 2013 Share Posted May 7, 2013 getElementSpeed (element 130, [ int/string unit="kph" ]) guiSetVisible ( element wnd, bool state ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) end end) مآله آي معنى ولا يسوي اي شيء نسخ و لصق؟ Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 بحـاول من جديد اذا ماعرفت له بخليه على جنب Link to comment
فاّرس Posted May 7, 2013 Share Posted May 7, 2013 getElementSpeed (element 130, [ int/string unit="kph" ]) guiSetVisible ( element wnd, bool state ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) end end) مآله آي معنى ولا يسوي اي شيء نسخ و لصق؟ المهم يقنعك انه حاول يبي الكود جاهز بأي وسيله, Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 getElementSpeed (element 130, [ int/string unit="kph" ]) guiSetVisible ( element wnd, bool state ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) end end) مآله آي معنى ولا يسوي اي شيء نسخ و لصق؟ المهم يقنعك انه حاول يبي الكود جاهز بأي وسيله, لا وذا ماتبون تعطوني الكود جاهز او حتي الفكشنات عادي وهذا الي توصلت له من جديد function getElementSpeed(element,unit) if (isElement(180)) then addEventHandler ( "onClientRender", root, updateCamera ) function changeVisibility ( ) guiSetVisible (wnd, not guiGetVisible ( wnd ) ) end function showVehicleName ( thePlayer ) local theVehicle = getPedOccupiedVehicle ( thePlayer ) Link to comment
فاّرس Posted May 7, 2013 Share Posted May 7, 2013 وين , function getElementSpeed ( element, unit ) if unit == nil then unit = 0 end if isElement ( element ) then local x,y,z = getElementVelocity ( element ) if unit=='mph' or unit == 1 or unit =='1' then return ( x ^ 2 + y ^ 2 + z ^ 2 ) ^ 0.5 * 100 else return ( x ^ 2 + y ^ 2 + z ^ 2) ^ 0.5 * 1.61 * 100 end else outputDebugString ( 'Not an element. Can\'t get speed' ) return false end end ؟؟ Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 ^ Wrong ! اوكي بحاول من جديد و ان شاء الله يضبط Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 وبعد ملل طويل بقول لي احمدوه (احمد فيف يسويه بمقابل يرجا اغلاق الموضوع ونستودعكم الله ,بتوفيق لكم جميعاً Link to comment
iPrestege Posted May 7, 2013 Share Posted May 7, 2013 -- Client Side -- function getElementSpeed(element,unit) if (unit == nil) then unit = 0 end if (isElement(element)) then local x,y,z = getElementVelocity(element) if (unit=="mph" or unit==1 or unit =='1') then return (x^2 + y^2 + z^2) ^ 0.5 * 100 else return (x^2 + y^2 + z^2) ^ 0.5 * 1.61 * 100 end else outputDebugString("Not an element. Can't get speed") return false end end addEventHandler("onClientRender",getRootElement(), function ( ) local vehicle = getPedOccupiedVehicle ( localPlayer ) if ( vehicle ) then local Speed = getElementSpeed ( vehicle,"kmh" ) if ( Speed >= 180 ) then guiSetVisible(GuiElement,true) end end end ) Replace الاستبدال : GuiElement = النافذهـ اي شيء مسوية ايديتور الكود يوم توصل 180 او اكثر يطلع الالمنت Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 مابي افتح موضوع ثاني كودي صح ؟ addEventHandler("onClientGUIClick",Button, function () takePlayerMoney ( int 500 ) end ) Link to comment
فاّرس Posted May 7, 2013 Share Posted May 7, 2013 addEventHandler("onClientGUIClick",Button, function () takePlayerMoney ( 500 ) end,false) Link to comment
iPrestege Posted May 7, 2013 Share Posted May 7, 2013 السحب وهمي !! كذآ ذذ : -- Client Side -- addEventHandler("onClientGUIClick",Button, function ( ) triggerServerEvent ("TakeMoney",localPlayer) end,false ) -- Server Side -- addEvent("TakeMoney",true) addEventHandler("TakeMoney",root, function ( ) takePlayerMoney ( source,500 ) end ) السحب يكون بـ السالب لو مامعه ~ Link to comment
MR:SADIQ Posted May 7, 2013 Author Share Posted May 7, 2013 ابي اخليه يغلق اللوحة اذا ضغط يعني ابي امرين في زر شنو الفكشنات Link to comment
iPrestege Posted May 7, 2013 Share Posted May 7, 2013 ^ لو تخليه يحاول, اعتقد المحاولة الاولى كانت صعبة بالوظائف الاولى سويتة له ترايقر بس ~ مآفيه مشكلة guiSetVisible showCursor "onClientGUIClick" 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