gym - 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: gym (
/showthread.php?tid=335531)
gym -
thefatshizms - 18.04.2012
is it possible to make the gym equipment in every gym able to use just like in the original gta sa?
Re: gym - Moh_ - 18.04.2012
yes it's possible.
but you need lots of maths stuff...
check this video
[ame]http://www.youtube.com/watch?v=8faAevFOX8I[/ame]
Re: gym -
thefatshizms - 18.04.2012
Ok now I know that I could do it how would I even start by making it?
P.s reped
Re: gym - Moh_ - 19.04.2012
well nowadays its easier because of the attachobjecttoplayer
u only have to put the player in the machine with an animation and with the stuff attached to him
then u add a timer to make him moving.
i think its not hard
Re: gym -
ReneG - 19.04.2012
You would start by using IsPlayerInRangeOfPoint. If they are then apply the animation, attach an object to the player, add textdraws. It'll involve a lot of estimation, trial-and-error, and it can get complicated, you should try something else before you explode your brain if you're a beginner. Download it, and try to learn from it if Seif released it.