Jump to content

مساعده


Recommended Posts

السلالام عليكم

شباب انا لو ابي اسوي سكربت كيف اكثر الناس لما اطلب شي يدوني اكواد مثل

مثلا كود jetpack طلبته

يجيني واحد يكتب لي

givePedJetPack 
removePedJetPack 
doesPedHaveJetPack 

setElementAlpha 

setElementFrozen 

وش اسوي بذي الاكواد

تكفون مساعده من اهل الخير

Link to comment
  • Replies 73
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

ااذا انت تقصد ان ذي متطلبات الكود الي تبي تسويه

ومنت عارف كيف تدمجهم بكود واحد

فهااذي حتى انا مبتدا ومععرف كيف ,

بس يا سلطان لو تبي تعرفلها اقراء الامثله وطبقها وراح تظبط معاك

Link to comment

اشوف الامثله

وافهمها

ومعرف كيف ادمجها بكود +_+

مثلا شوف زي ذا الكود

  
    addEventHandler("onPlayerLogin", root, 
    function() 
         if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then 
              outputChatBox("Admin ".. getPlayerName(source) .. "Wp ", root,255,255,255,true) 
         end 
    end) 

انا طلبت اكواده وقالولي تحتاج

  
outputChatBox 
onPlayerLogin 
is0bjectinaclgroup 

حاولت اني اسويه وماعرفت شي ,

Edited by Guest
Link to comment

طيب الحين اببيك تشرحلي ذا

-- Checks whether or not the player has a jetpack, and gives or removes it from the player 
function consoleJetPack ( thePlayer, commandName ) 
   if not doesPedHaveJetPack ( thePlayer ) then                   -- if the player doesn't have a jetpack 
      local status = givePedJetPack ( thePlayer )                 -- give him one 
      if not status then 
         outputConsole ( "Failed to give jetpack.", thePlayer )   -- tell him if it failed 
      end 
   else 
      local status = removePedJetPack ( thePlayer )               -- remove his jetpack 
      if ( not status ) then 
         outputConsole ( "Failed to remove jetpack.", thePlayer ) -- tell him if it failed 
      end 
   end 
end 
  
-- add the function above to handle the "jetpack" command 
addCommandHandler ( "jetpack", consoleJetPack ) 

وكيف سوينا ذا

  
    addEventHandler('onClientGUIClick', root, 
        function() 
    if ( source == ButtonName ) then 
    triggerServerEvent('JetPack', localPlayer) 
        end 
    end 

Link to comment
طيب الحين اببيك تشرحلي ذا
-- Checks whether or not the player has a jetpack, and gives or removes it from the player 
function consoleJetPack ( thePlayer, commandName ) 
   if not doesPedHaveJetPack ( thePlayer ) then                   -- if the player doesn't have a jetpack 
      local status = givePedJetPack ( thePlayer )                 -- give him one 
      if not status then 
         outputConsole ( "Failed to give jetpack.", thePlayer )   -- tell him if it failed 
      end 
   else 
      local status = removePedJetPack ( thePlayer )               -- remove his jetpack 
      if ( not status ) then 
         outputConsole ( "Failed to remove jetpack.", thePlayer ) -- tell him if it failed 
      end 
   end 
end 
  
-- add the function above to handle the "jetpack" command 
addCommandHandler ( "jetpack", consoleJetPack ) 

وكيف سوينا ذا

  
    addEventHandler('onClientGUIClick', root, 
        function() 
    if ( source == ButtonName ) then 
    triggerServerEvent('JetPack', localPlayer) 
        end 
    end 

الكود الأول مو متصل بالكود الثاني

لانك ناسخ مثال الويكي

يعطيك نفاثة /jetpack المثال هذا إذا كتبت

Link to comment
ماني فاهمك افين لاهنت

تعرف الفرق بين هذا

10019_366_45.jpg

وهذا

item_L_3982826_830554.jpg

ما يمديك تلبسهم واحد برجل اليمين و الثاني برجل اليسار

هذا الفرق بين الكودين الي أنت حاطهم

هههههه

Link to comment

ههههههههههههههههههههههههههههههههههه

هههههههههههههههههههههههههههههههه

هههههههههههههههههههههههههه

ههههههههههههههههههههههه

ههههههههههههههههههه

هههههههههههههه

ههههههههههه

هههههههه

هههههه

هههه

ههه

هه

ه

Link to comment
اشوف الامثله

وافهمها

ومعرف كيف ادمجها بكود +_+

مثلا شوف زي ذا الكود

  
    addEventHandler("onPlayerLogin", root, 
    function() 
         if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Admin")) then 
              outputChatBox("Admin ".. getPlayerName(source) .. "Wp ", root,255,255,255,true) 
         end 
    end) 

انا طلبت اكواده وقالولي تحتاج

  
outputChatBox 
onPlayerLogin 
is0bjectinaclgroup 

حاولت اني اسويه واعرفت شي ,

سلطان مو عيب اذا حصلنا خطا انت سوي غلى فهمك ااذا ما ظبط اطرح كودك تلاقي ناس طيبين يسونه لك وعلمونك الصح

بس العيب انك تلاقي خطا وتسكت علي ما تعدله

Link to comment

تم التعريب لول

-- تحقق اذا ماكان اللاعب يمتلك الحقيبة النفاثة اعطيه او خذه من اللاعب 
function consoleJetPack ( thePlayer, commandName ) 
  if not doesPedHaveJetPack ( thePlayer ) then                   -- اذا لم يكن اللاعب يمتلك حقيبة نفاثة 
      local status = givePedJetPack ( thePlayer )                 -- اعطيه واحده 
      if not status then -- ما عرفت وشي ذي لول 
         outputConsole ( "Failed to give jetpack.", thePlayer )   -- اخبره اذا فشلة العملية 
      end 
   else 
      local status = removePedJetPack ( thePlayer )               -- خذ الحقيبة النفاثة خاصته 
      if ( not status ) then 
         outputConsole ( "Failed to remove jetpack.", thePlayer ) -- اخبره اذا فشلة العملية 
      end 
   end 
end 
  
-- قم باضافة خاصية الامر في اف8  
addCommandHandler ( "jetpack", consoleJetPack ) 

Link to comment

والثانيه خطأ الصح هو

function onClientClick (button, state, absoluteX, absoluteYe) 
  if (source == ButtonName) then 
      triggerServerEvent ("JetPack", getLocalPlayer()) 
    end 
  end 
addEventHandler ("onClientGUIClick", ButtonName, onClientClick) 

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