AboShanab Posted June 24, 2013 Share Posted June 24, 2013 السسلام عليكم ورحمة الله وبركاته .. # كيف الحال .. $ عسساكم بالف خير وصصحة وسلاممة .. # جاي ابي اسوي كود مضاد الانفجار يعني لو تجيك هنتر تفجرك ما تنفجر سويت الكود كذا لاكن ما ادري اذا شغال ولا لا لاني مو بجهازي addEventHandler("onVehicleDamage",root, function () local car = getVehicleOccupant(source) if ( car ) then fixVehicle ( source ) end end ) Link to comment
./BlackBird# Posted June 24, 2013 Share Posted June 24, 2013 السسلام عليكم ورحمة الله وبركاته .. #كيف الحال .. $ عسساكم بالف خير وصصحة وسلاممة .. # جاي ابي اسوي كود مضاد الانفجار يعني لو تجيك هنتر تفجرك ما تنفجر سويت الكود كذا لاكن ما ادري اذا شغال ولا لا لاني مو بجهازي addEventHandler("onVehicleDamage",root, function () local car = getVehicleOccupant(source) if ( car ) then fixVehicle ( source ) end end ) setVehicleDamageProof Link to comment
AboShanab Posted June 24, 2013 Author Share Posted June 24, 2013 newvehicle = createVehicle(602, 0, 0, 6) setVehicleDamageProof(newvehicle, true) هذي يعني تمنع الانفجار حق newvehice ?? Link to comment
K1NG Posted June 24, 2013 Share Posted June 24, 2013 newvehicle = createVehicle(602, 0, 0, 6) setVehicleDamageProof(newvehicle, true) هذي يعني تمنع الانفجار حق newvehice ?? يب ، مهو بس انفجار ، تصير السيارة ماتضرر أبد .. Link to comment
AboShanab Posted June 24, 2013 Author Share Posted June 24, 2013 newvehicle = createVehicle(602, 0, 0, 6) setVehicleDamageProof(newvehicle, true) هذي يعني تمنع الانفجار حق newvehice ?? يب ، مهو بس انفجار ، تصير السيارة ماتضرر أبد .. اوكك يعطيك العافية هذا اللي نبي احنا خخخخخخخخخخخخخخخخخخخ ي نوب و اليوم اذا كلمتك سكايب الساعه 12 لا ترد الا 1 اوك حبيبي خخخخخخخخخخخخ Link to comment
Booo Posted June 24, 2013 Share Posted June 24, 2013 /تقدر تستخدم الكود هذا لكل السيارات الي بالسيرفر veh = "vehicle" setTimer(function() for k ,v in ipairs(getElementsByType(veh)) do setVehicleDamageProof(v, true) end end,20000,0) Link to comment
3NAD Posted June 24, 2013 Share Posted June 24, 2013 لـ تفآدي الأخطاء .. veh = "vehicle" setTimer ( function ( ) for k, v in ipairs ( getElementsByType ( veh ) ) do if isVehicleDamageProof ( v ) ~= true then setVehicleDamageProof ( v, true ) end end end , 20000, 0 ) Link to comment
MSHOOSH Posted June 25, 2013 Share Posted June 25, 2013 https://forum.multitheftauto.com/viewtopic.php?f=160&t=53185 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