Kolopsel Posted August 21, 2017 Share Posted August 21, 2017 Is there a way to let Gates, like the ones near the Prison, open automatically. Link to comment Share on other sites More sharing options...
NoNameSet Posted August 21, 2017 Share Posted August 21, 2017 not sure but: http://www.dev-c.com/nativedb/func/info/9b12f9a24fabedb0 sollaholla 1 Link to comment Share on other sites More sharing options...
Kolopsel Posted August 22, 2017 Author Share Posted August 22, 2017 Thank you, but unfortunatly i cant seem to get it work. My Code : Function.Call(Hash._DOOR_CONTROL, "prob_gate_prison_01", 1845.0, 2605.0, 45.0, false, 0.0, 50.0, 0); Link to comment Share on other sites More sharing options...
Kolopsel Posted August 22, 2017 Author Share Posted August 22, 2017 Got it Working ! Code : Function.Call(Hash._DOOR_CONTROL, Function.Call<int>(Hash.GET_HASH_KEY, "prop_gate_prison_01"), 1845.0, 2605.0, 45.0, 0, 0.0, 50.0, 0); // Opens Prison DoorFunction.Call(Hash._DOOR_CONTROL, Function.Call<int>(Hash.GET_HASH_KEY, "prop_gate_prison_01"), 1845.0, 2605.0, 45.0, 1, 0.0, 50.0, 0); // Closes Prison Door _SMOKEY_ 1 Link to comment Share on other sites More sharing options...
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