Ride1234 Posted August 2, 2010 Share Posted August 2, 2010 Hello, i'm writing a script and have problems. How to disable fighting animations (e.g. like in BaseMode's lobby)? Link to comment
Spider Pork Posted August 2, 2010 Share Posted August 2, 2010 Maybe toggleControl? toggleControl(player, "fire", false) Link to comment
Ride1234 Posted August 2, 2010 Author Share Posted August 2, 2010 Maybe toggleControl? toggleControl(player, "fire", false) Thanka, it works. My code: setTimer(toggleControl,1000,1,source, "fire", false) setTimer(toggleControl,1000,1,source, "enter_exit", false) Link to comment
Maccer. Posted August 2, 2010 Share Posted August 2, 2010 Why did you create a pointless timer for toggle control? It's kind of single-use, so you don't need any timers. 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