Jump to content

طلب فنكشات @@


EH10

Recommended Posts

السلام عليكم ورحمة الله وبركاتة

ابي فنكشات

تفتح الوحة تلاقي 2 صورهـ تضغط على صورهـ عصير التفاح بيجي بايدك علبة تفاح واذا ضغطت عرف م بيسوي بيشرب ويوقف وتضغط ثاني مره وبيشرب وبيوقف وتختفي العلبة

ابي شرح للفنكشات

Link to comment

ممكن تصحيح

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

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
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

الله يصلحك انت تبي الكود خذه وجربه

اما تقعد تدقق عن شي منت داري عنه شي

لا تتكلم كثير

خذ طلبك

عندك سؤال استفسار ,, قوله

مب تقعد تقول كلام من عندك

الكود لو انك جربته عرفت ان مافيه خطأ

الله يصلحك بس !

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...