SA-MP Forums Archive
Help Woodman job - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Woodman job (/showthread.php?tid=587673)



Help Woodman job - Sn4ke2 - 01.09.2015

Hello who can give me this info ?

[ame]http://www.youtube.com/watch?v=mfTLSpU2S0Y[/ame]


Re: Help Woodman job - Logofero - 01.09.2015

Quote:
Originally Posted by Sn4ke2
Посмотреть сообщение
Hello who can give me this info ?

http://www.youtube.com/watch?v=mfTLSpU2S0Y
Would you like this script?


Re: Help Woodman job - Sn4ke2 - 02.09.2015

yes, i want this script


Re: Help Woodman job - bgedition - 02.09.2015

Hey there,
I found something for you https://sampforum.blast.hk/showthread.php?tid=388307
P.S. I thing this is different from the video and I am from phone.

Michael


Re: Help Woodman job - Sn4ke2 - 02.09.2015

I know this, but i don't want like this, i want like in video


Re: Help Woodman job - Sn4ke2 - 02.09.2015

Bump ! Up !


Re: Help Woodman job - Denying - 02.09.2015

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.