SA-MP Forums Archive
Scale vehicle object - 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: Scale vehicle object (/showthread.php?tid=548588)



Scale vehicle object - cnoopers - 30.11.2014

Is there any way to scale object attached to vehicle? I don't see it in wiki but I've seen it at the screens from game.


Re: Scale vehicle object - AnthonyTimmers - 30.11.2014

No, you can't.

You can in a SetPlayerAttachedObject() though, it's the Float:fScaleX, Float:fScaleY, Float:fScaleZ.

https://sampwiki.blast.hk/wiki/SetPlayerAttachedObject


Re: Scale vehicle object - Abagail - 01.12.2014

You are unable to adjust the scale of a non-player attached object. How-ever, you can create an NPC and maybe set it to another world(I am not sure if it would still show the object since it's a NPC it might), - and then give it the object, and scale accordingly.

Other-wise no. It might be a possibility with modifications to the streamer plug-in, or alike though.