Syntrax# Posted August 9, 2015 Posted August 9, 2015 Hello, I have been trying to detect a random empty vehicle within a colrectangle while it is being towed by a towtruck.But the problem is i can't get it to detect the empty vehicle that is being towed.I can get the towtruck to get detected since that is simple but the empty vehicle is a huge problem for me.I'm planning to make an Impound script. Please help me if you want to since i'm out of idea's
Dealman Posted August 9, 2015 Posted August 9, 2015 Just use this to see if the vehicle's inside; isElementWithinColShape
Syntrax# Posted September 15, 2015 Author Posted September 15, 2015 Just use this to see if the vehicle's inside; isElementWithinColShape Can You Maybe Help me abit with the starting,since i'm struggeling to detect the empty vehicle within the Colshape,I'm really reaching my end of possibilities to detect this vehicle
Moderators IIYAMA Posted September 15, 2015 Moderators Posted September 15, 2015 This is how it should be used. if isElementWithinColShape(vehicle,colshape) then outputChatBox("YES!") else outputChatBox("NO!") end Although empty vehicles have sometimes no syncer.
Syntrax# Posted September 16, 2015 Author Posted September 16, 2015 This is how it should be used. if isElementWithinColShape(vehicle,colshape) then outputChatBox("YES!") else outputChatBox("NO!") end Although empty vehicles have sometimes no syncer. Ok will Give It A Try
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