• GMOD tower accessories pack really small?
    3 replies, posted
Basically what the title says. I put it on my pointshop and its all really tiny and not sized according to the model.. how do i fix this?
As long as you don't mind fucking around a bit, you can always open up each .lua file and manually change the size. Go to the last function about positioning and add in [code]model:SetModelScale(NUMBER, 0)[/code] So for example, model:SetModelScale(1.2, 0)
Okay thanks! Would you know how to turn an item or make it sit closer to the model?
[code] pos = pos + (ang:Forward() * -5) + (ang:Up() * -2)[/code] Each item'll also have this inside the ITEM:ModifyClientsideModel, which can be used but it's pretty trial and error-y to get it right
Sorry, you need to Log In to post a reply to this thread.