SWAT-M7MD Posted June 1, 2019 Share Posted June 1, 2019 function () for _,i in ipairs ( getElementsByType("object")) do setObjectBreakable(i, false) --- end end ابي اعرف ليش الكود ما يشتغل بدي اسوي الاوبجيكت اللي في السيرفر ما تتكسر ما العلم انو الملف كلنت Link to comment
JustP Posted June 1, 2019 Share Posted June 1, 2019 جرب function test() for i , v in ipairs (getElementsByType('object')) do setObjectBreakable(v, false) end end 1 Link to comment
Guest Posted June 1, 2019 Share Posted June 1, 2019 6 minutes ago, JustP said: ipairs اضن انها سيرفر بس . جرب كذا function test() for i , v in ipairs (getElementsByType('object')) do triggerClientEvent(v,"test2",v) end end -- Client addEvent("test2",true) addEventHandler("test2",root, function ( ) setObjectBreakable(v, false) end Link to comment
TAPL Posted June 1, 2019 Share Posted June 1, 2019 (edited) او عبر ملف ماب createObject هذا فقط يشتغل على الأوبيجكتات الي انت مسويها ب فنكشن ماله تأثير على الأوبجيكت الأصلي الي في اللعبة Edited June 1, 2019 by TAPL 1 Link to comment
SWAT-M7MD Posted June 2, 2019 Author Share Posted June 2, 2019 6 hours ago, TAPL said: او عبر ملف ماب createObject هذا فقط يشتغل على الأوبيجكتات الي انت مسويها ب فنكشن ماله تأثير على الأوبجيكت الأصلي الي في اللعبةc 1649 طيب انا بدي الفنكشن رقم ما يتكسر 6 hours ago, JustP said: جرب function test() for i , v in ipairs (getElementsByType('object')) do setObjectBreakable(v, false) end end ما اشتغل 6 hours ago, DABL said: اضن انها سيرفر بس . جرب كذا function test() for i , v in ipairs (getElementsByType('object')) do triggerClientEvent(v,"test2",v) end end -- Client addEvent("test2",true) addEventHandler("test2",root, function ( ) setObjectBreakable(v, false) end مو شغال Link to comment
Guest Posted June 2, 2019 Share Posted June 2, 2019 1 minute ago, SWAT-M7MD said: 1649 طيب انا بدي الفنكشن رقم ما يتكسر ما اشتغل مو شغال ديبق Link to comment
N3xT Posted June 2, 2019 Share Posted June 2, 2019 6 hours ago, TAPL said: او عبر ملف ماب createObject هذا فقط يشتغل على الأوبيجكتات الي انت مسويها ب فنكشن ماله تأثير على الأوبجيكت الأصلي الي في اللعبة 1 Link to comment
SWAT-M7MD Posted June 2, 2019 Author Share Posted June 2, 2019 27 minutes ago, N3xT said: طيب اناا سويت الكود على ملف الماب و ما اشتغل !! انا بدي الاوبجيكت رقم 1649 ما تتكسر Link to comment
salh Posted June 2, 2019 Share Posted June 2, 2019 تقدر تسوي كذا addCommandHandler("createObj", function(command, id) local x, y, z = getElementPosition(localPlayer) local object = createObject (id, x, y, z) if (id) then if isObjectBreakable(object) then setObjectBreakable(object, false) end end end ) تصنع الابوجيكت و تخليه ما ينكسر 1 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