SA-MP Forums Archive
Can you adhust the model size? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Can you adhust the model size? (/showthread.php?tid=248241)



Can you adhust the model size? - ronnie3148 - 12.04.2011

As the topic says can you adjust the model size (scale) I've seen CrazyBobs with small little sharks... and little turtles the size of a hand.... I don't see a command in Hold Studio to do this..


Re: Can you adhust the model size? - airsoft - 13.04.2011

if they weren't swimming in a custom map, its just YOUR client game


Re: Can you adhust the model size? - ronnie3148 - 13.04.2011

hmm what are you talking about.... I am asking if it is possible to scale down the shark model to a small baby shark...


Re: Can you adhust the model size? - ihatetn931 - 13.04.2011

Quote:
Originally Posted by ronnie3148
Посмотреть сообщение
hmm what are you talking about.... I am asking if it is possible to scale down the shark model to a small baby shark...
Yes, With 3d modeling software like Autodesk 3ds Max.

You can import the model, Resize it then export it.

With coding, No. You can't resize Objects with pawn coding

This is only client side tho. Unless you import it in to your samp.img or whatever the name is. For people to see it they would have to download the samp.img


Re: Can you adhust the model size? - Voldemort - 13.04.2011

This SetPlayerAttachedObject(); allows you to change object size


Re: Can you adhust the model size? - Mean - 13.04.2011

Click here.
Check the scaleX, scaleY and scaleZ.


Re: Can you adhust the model size? - ronnie3148 - 13.04.2011

Awesome, works thanks!!