EH10 Posted January 4, 2014 Share Posted January 4, 2014 السلام عليكم ورحمة الله وبركاتة ابي فنكشات تفتح الوحة تلاقي 2 صورهـ تضغط على صورهـ عصير التفاح بيجي بايدك علبة تفاح واذا ضغطت عرف م بيسوي بيشرب ويوقف وتضغط ثاني مره وبيشرب وبيوقف وتختفي العلبة ابي شرح للفنكشات Link to comment
The Killer Posted January 4, 2014 Share Posted January 4, 2014 Event # 'onClientGUIClick' function # guiCreateStaticImage -- الصوره attachElements -- تحطه بيده setPedAnimation -- يشرب setTimer -- بعد وقت محدد destroyElement -- تختفي Link to comment
EH10 Posted January 4, 2014 Author Share Posted January 4, 2014 ممكن تصحيح Vimtos = guiCreateStaticImage( 0, 0, 0, 0, "****.png", true ) addEventHandler ("onClientGUIClick", getRootElement(), function (player) if source == Button then Vim = attachElements ( Vimto, player, 0, 0, 0 ) end end ) function Anim(player) setPedAnimation( player, "....", "....") setTimer ( setPedAnimation, 5000, 0, player, false ) setTimer ( destroyElement, 6000, 0, .... ) end bindKey("L", "down", Anim) Link to comment
The Killer Posted January 7, 2014 Share Posted January 7, 2014 lc = getLocalPlayer() Vimtos = guiCreateStaticImage(352, 164, 104, 87, "****.png", false) showCursor(true) object = createObject(1951, 0, 0, 0) addEventHandler ("onClientGUIClick", root, function () if (source == Vimtos) then exports.bone_attach:attachElementToBone(object,lc,12,0,0,0,0,-90,0) guiSetVisible(Vimtos, false) showCursor(false) end end ) function Anim() drink () setTimer ( destroyElement, 6000, 0, object ) setTimer (unbindKey, 6500, 1, "L", "down", Anim) end bindKey("L", "down", Anim) function drink () setPedAnimation(localPlayer, "BAR", "dnk_stndM_loop") setTimer (setPedAnimation, 6300, 1, localPlayer, false) end ملاحظه لا تضغط على الزر اضغط على الصوره + لازم تحمل المود ذا وتركبه وتشغله اضغط هنا Link to comment
EH10 Posted January 7, 2014 Author Share Posted January 7, 2014 lc = getLocalPlayer() Vimtos = guiCreateStaticImage(352, 164, 104, 87, "****.png", false) showCursor(true) object = createObject(1951, 0, 0, 0) addEventHandler ("onClientGUIClick", root, function () if (source == Vimtos) then exports.bone_attach:attachElementToBone(object,lc,12,0,0,0,0,-90,0) guiSetVisible(Vimtos, false) showCursor(false) end end ) function Anim() drink () setTimer ( destroyElement, 6000, 0, object ) setTimer (unbindKey, 6500, 1, "L", "down", Anim) end bindKey("L", "down", Anim) function drink () setPedAnimation(localPlayer, "BAR", "dnk_stndM_loop") setTimer (setPedAnimation, 6300, 1, localPlayer, false) end ملاحظه لا تضغط على الزر اضغط على الصوره + لازم تحمل المود ذا وتركبه وتشغله اضغط هنا بس ماعرف وش لة ذذ المود https://community.multitheftauto.com/index.php?p= ... includes=1 قلي وش لة ووش يسوي ؟ Link to comment
The Killer Posted January 7, 2014 Share Posted January 7, 2014 هذا يلصق الاوبجكت في اي مكان في جسم الاعب او البيد Link to comment
EH10 Posted January 7, 2014 Author Share Posted January 7, 2014 هذا يلصق الاوبجكت في اي مكان في جسم الاعب او البيد أنت ناسي قوس باخر الكود ولا انا غلطان تأكد Link to comment
The Killer Posted January 7, 2014 Share Posted January 7, 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