Radeon Posted July 19, 2015 Posted July 19, 2015 How do I disable scripts at certain places like Warehouse? For example, If I want to disable Bouncing betty in Warehouse. Or is there a way to turn OFF certain commands in certain area? https://www.youtube.com/channel/UChjQ-PthW98FZwX6n7CJIkQ
Buffalo Posted July 19, 2015 Posted July 19, 2015 I am mostly using colshapes to limit some areas. createColRectangle createColCircle "onClientColShapeHit" "onClientColShapeLeave" But if you want to disable something in specific interiors then I'd edit interiors resource, add limitations for certain ones. Powered by Kimsufi© ☢ ZHP on Facebook ☢ ZHP on Youtube ☢ Support us ☢
Radeon Posted July 24, 2015 Author Posted July 24, 2015 Thanks. But I did it in another way. with this line inside. (Not interior but inside the script) if ( getElementInterior( player ) == 0 ) then Now it works fine https://www.youtube.com/channel/UChjQ-PthW98FZwX6n7CJIkQ
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