Jump to content

مساعدة ضرووري


Recommended Posts

function ()
    for _,i in ipairs ( getElementsByType("object")) do
      setObjectBreakable(i, false)  ---
   end

    end
ابي اعرف ليش الكود ما يشتغل

بدي اسوي  الاوبجيكت اللي في السيرفر ما تتكسر

ما العلم انو الملف كلنت

Link to comment
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

 او عبر ملف ماب createObject هذا فقط يشتغل على الأوبيجكتات الي انت مسويها ب فنكشن

ماله تأثير على الأوبجيكت الأصلي الي في اللعبة

Edited by TAPL
  • Like 1
Link to comment
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
1 minute ago, SWAT-M7MD said:

1649 طيب انا بدي  الفنكشن رقم

ما يتكسر

ما اشتغل

 

مو شغال

ديبق

Link to comment
6 hours ago, TAPL said:

 او عبر ملف ماب createObject هذا فقط يشتغل على الأوبيجكتات الي انت مسويها ب فنكشن

ماله تأثير على الأوبجيكت الأصلي الي في اللعبة

 

  • Like 1
Link to comment

تقدر تسوي كذا

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
)

تصنع الابوجيكت و تخليه ما ينكسر

  • Like 1
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...