GabWas Posted December 12, 2015 Share Posted December 12, 2015 Hi guys! I want to make some kind of blockade, that you can't get out of the vehicle, if you're not in the right area. Is there any way to do it? I don't have idea what functions I can use, so maybe you guys know? Link to comment
#RooTs Posted December 12, 2015 Share Posted December 12, 2015 Hi guys! I want to make some kind of blockade, that you can't get out of the vehicle, if you're not in the right area. Is there any way to do it? I don't have idea what functions I can use, so maybe you guys know? explain better Link to comment
Noki Posted December 12, 2015 Share Posted December 12, 2015 Create a col shape and on vehicle exit, check is a player is within the specific col shape and if they are, cancel their exit using cancelEvent(). Link to comment
GabWas Posted December 13, 2015 Author Share Posted December 13, 2015 Create a col shape and on vehicle exit, check is a player is within the specific col shape and if they are, cancel their exit using cancelEvent(). Thanks for your idea, it helped me a lot! I used onVehicleStartExit and it's working fine 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