Jump to content

interior-system Warning


Unique

Recommended Posts

You are trying to get the parent of a parent witch is kind of weird try replacing the line 453 with this 

local colshape = getElementParent(source) or "wrong";

Also you may want to 

outputChatBox(colshape)

So we can see if that helps or not.

  • Like 1
Link to comment
1 hour ago, Tekken said:

You are trying to get the parent of a parent witch is kind of weird try replacing the line 453 with this 


local colshape = getElementParent(source) or "wrong";

Also you may want to 


outputChatBox(colshape)

So we can see if that helps or not.

So.. mby you can tell me what i need to do/change? idk what's happening, because, before code was good, no prob, i didn't change anything, and this system broke by her self. lol'ed!

Link to comment
25 minutes ago, Danex said:

So.. mby you can tell me what i need to do/change? idk what's happening, because, before code was good, no prob, i didn't change anything, and this system broke by her self. lol'ed!

He wrote what you should try to change. It's really looks strange what you want to get.

As Tekken told you should try to change "local colshape = getElementParent(getElementParent(source))" to " local colshape = getElementParent(source) or "wrong" ".
outputChatBox(colshape) for debag. You can use also outputDebugString(colshape).

Link to comment
1 hour ago, HalperY said:

 

Yes, I also tried to put the interior, but do not show their description below and also can not go inside him, tried to do what others said, did not help it

Please Help ❤️

 

On 05/12/2020 at 01:19, Erlkonig said:

He wrote what you should try to change. It's really looks strange what you want to get.

As Tekken told you should try to change "local colshape = getElementParent(getElementParent(source))" to " local colshape = getElementParent(source) or "wrong" ".
outputChatBox(colshape) for debag. You can use also outputDebugString(colshape).

doesn't help

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...