Jump to content

طلب كود يعطي دم ودرع+يصلح السيارة


Recommended Posts

السلام عليكم

ابي كود لما اكتب امر في اف 8 يعطيني دم ودرع ويصلح سيارتي

addCommandHandler("give", 
function () 
setElementHealth(source,100) 
setPedArmor(source,100) 
 x, y, z = getElementPosition(source) 
local car = createVehicle(411, x, y, z) 
warpPedIntoVehicle(source, car) 
end 
)  

Link to comment

addCommandHandler -- نسوي امر  
--Ex : addCommandHandler("kill", function(player) killPed(player) end) 
setElementHealth -- نحط دمو 
setPedArmor -- نعطي اللاعب درع 
fixVehicle -- نصلح السيارة 

حاول و انا هساعدك

Link to comment
addCommandHandler("give", 
function () 
setElementHealth(source,100) 
setPedArmor(source,100) 
local theVehicle = getPedOccupiedVehicle (playerSource) 
if theVehicle and getVehicleController ( theVehicle ) == playerSource then 
fixVehicle (theVehicle) 
else 
outputChatBox("مانك ريكب  سياره", source, 255, 0, 0) 
end 
end 
) 

Link to comment

غير مجرب

addCommandHandler("give", 
      function () 
         setElementHealth( source,100 ) 
         setPedArmor( source,100) 
         local veh = getPedOccupiedVehicle( source ) 
         fixVehicle (veh) 
     else 
        outputChatBox("مانك ريكب  سياره", source, 255, 0, 0) 
      end 
    end 
end ) 
Link to comment
addCommandHandler("give", 
function () 
setElementHealth(source,100) 
setPedArmor(source,100) 
local theVehicle = getPedOccupiedVehicle (playerSource) 
if theVehicle and getVehicleController ( theVehicle ) == playerSource then 
fixVehicle (theVehicle) 
else 
outputChatBox("مانك ريكب  سياره", source, 255, 0, 0) 
end 
end 
) 

غير مجرب

addCommandHandler("give", 
      function () 
         setElementHealth( source,100 ) 
         setPedArmor( source,100) 
         local veh = getPedOccupiedVehicle( source ) 
         fixVehicle (veh) 
     else 
        outputChatBox("مانك ريكب  سياره", source, 255, 0, 0) 
      end 
    end 
end ) 

حاطت سورس في كومند لول :o:o:o:shock:

كيفيك يا بروفشنال ايه واكل باند في حساب و تيجي بحساب تاني : -

المهم صاحب الموضوع

addCommandHandler("gift", 
function(plr) 
setElementHealth(plr, 100) 
setPedArmor(plr, 100) 
if isPedInVehicle(plr) then 
local veh = getPedOccupiedVehicle(plr)  
fixVehicle (veh) 
end 
end) 
  
Link to comment
حاول ونساعدك .. م في اكواد جاهزة

https://forum.multitheftauto.com/viewtopic.php?f ... 33#p906092

ياليت المرة الجاية تقول لنفسك

لو ساعدتني يقول الواحد

اما مالك حق لانك ما ساعدتني ولو عارف الكود تفضل قوله

بهذي النقطة برد عليك

اولاً المنتدى ما لك عشان تقول مالك حق :)

"ErHaBe" او بالحساب الجديد "Professional" ثانياً انا ما وجهت لك الكلام يـا حسن او

---

غير مجرب

addCommandHandler("give", 
      function () 
         setElementHealth( source,100 ) 
         setPedArmor( source,100) 
         local veh = getPedOccupiedVehicle( source ) 
         fixVehicle (veh) 
     else 
        outputChatBox("مانك ريكب  سياره", source, 255, 0, 0) 
      end 
    end 
end ) 
حاول ونساعدك .. م في اكواد جاهزة

الله يشفيك ^

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