Posts: 318
Threads: 55
Joined: Apr 2012
Reputation:
0
some1 know how to make an relode script? (for minigun)
Posts: 376
Threads: 28
Joined: Jun 2012
Reputation:
0
You could count for how long the minigun has been shot and then play a reloading anim, this however could be a resource-heavy way to do it.
Posts: 195
Threads: 49
Joined: Feb 2011
Reputation:
0
when a key is being pressed start a timer, and then the timer starts a reload animation.
Posts: 376
Threads: 28
Joined: Jun 2012
Reputation:
0
When on foot, the FIRE key is pressed, having minigun in hand, use a timer every 500 ms which adds 1 to a variable, when the variable reaches lets say 5, play reloading anim. I don't know if this is the better way to do it or not.