Posts: 333
Threads: 92
Joined: Dec 2014
Reputation:
0
Hello who can give me this info ?
[ame]http://www.youtube.com/watch?v=mfTLSpU2S0Y[/ame]
Posts: 526
Threads: 52
Joined: Feb 2013
Reputation:
0
You could make it by yourself. Shouldn't be too hard. Add tree objects, save their IDs in an array or whatnot and check if a player types /chopwood in range of any of these objects while holding a chainsaw. Then just apply the animation and attach the object after a given time.
Functions you'll need:
IsPlayerInRangeOfPoint
ApplyAnimation
GetPlayerWeapon
And some more to create and attach the object. Honestly, this shouldn't be too difficult.