MSHOOSH Posted January 23, 2013 Posted January 23, 2013 addEventHandler("onResourceStart",resourceRoot,function () for i,c in ipairs(getElementsByType("vehicle")) do setVehicleDamageProof(c, true) end end) الكود هذا حق السيارت ما تنفجر صحيح ام خطا ؟
Bo7meeeD Posted January 23, 2013 Posted January 23, 2013 addEventHandler("onResourceStart",resourceRoot,function () for i,c in ipairs(getElementsByType("vehicle")) do setVehicleDamageProof(c, true) end end) الكود هذا حق السيارت ما تنفجر صحيح ام خطا ؟ جرب addEventHandler("onVehicaleEnter",root, function () setVehicleDamageProof(source, true) end)
JR10 Posted January 23, 2013 Posted January 23, 2013 addEventHandler("onVehicleEnter",root, function () setVehicleDamageProof(source, true) end) و كودك الأصلى صحيح
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