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