7mody_lol Posted July 15, 2016 Share Posted July 15, 2016 السلام عليكم ابي كود لما اكتب امر في اف 8 يعطيني دم ودرع ويصلح سيارتي Link to comment
ErHaBe Posted July 15, 2016 Share Posted July 15, 2016 السلام عليكم ابي كود لما اكتب امر في اف 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
saitama Posted July 15, 2016 Share Posted July 15, 2016 addCommandHandler setElementHealth fixVehicle setPedArmor Link to comment
SycroX Posted July 15, 2016 Share Posted July 15, 2016 addCommandHandler -- نسوي امر --Ex : addCommandHandler("kill", function(player) killPed(player) end) setElementHealth -- نحط دمو setPedArmor -- نعطي اللاعب درع fixVehicle -- نصلح السيارة حاول و انا هساعدك Link to comment
Adham Posted July 15, 2016 Share Posted July 15, 2016 (edited) حاول ونساعدك .. م في اكواد جاهزة Edited July 15, 2016 by Guest Link to comment
saitama Posted July 15, 2016 Share Posted July 15, 2016 (edited) --- Server --- deleted خليه يحاول ع الاقل مايصلح تعطيه كود جاهز ع طول كذا مابيتعلم برمجة طول عمره Edited July 15, 2016 by Guest Link to comment
ErHaBe Posted July 15, 2016 Share Posted July 15, 2016 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
a7zan Posted July 15, 2016 Share Posted July 15, 2016 حاول ونساعدك .. م في اكواد جاهزة https://forum.multitheftauto.com/viewtopic.php?f ... 33#p906092 ياليت المرة الجاية تقول لنفسك Link to comment
ErHaBe Posted July 15, 2016 Share Posted July 15, 2016 حاول ونساعدك .. م في اكواد جاهزة https://forum.multitheftauto.com/viewtopic.php?f ... 33#p906092 ياليت المرة الجاية تقول لنفسك لو ساعدتني يقول الواحد اما مالك حق لانك ما ساعدتني ولو عارف الكود تفضل قوله Link to comment
Adham Posted July 15, 2016 Share Posted July 15, 2016 غير مجرب 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
SycroX Posted July 15, 2016 Share Posted July 15, 2016 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 ) حاطت سورس في كومند لول كيفيك يا بروفشنال ايه واكل باند في حساب و تيجي بحساب تاني : - المهم صاحب الموضوع 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
a7zan Posted July 15, 2016 Share Posted July 15, 2016 حاول ونساعدك .. م في اكواد جاهزة 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
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