• Pointshop items floating in the air, why ?!
    8 replies, posted
I was wondering, why this(screenshot) is happening when we equip the 3DGlasses and the same thing is happening with the PimpHat too. Can someone tell me why and how to fix it please :3 Screenchots: [IMG]http://puu.sh/aCn4k/c4ce04591d.jpg[/IMG] How can i fix this ? Thanks
Incorrect scaling, possible missing CS:S. Does it happen on all player models ?
Yep.
Have you mounted Counter Strike source on your server ? Also are the 3D glasses part of the Gmod tower pack ?
Try using this function on the item and setting it to true and see if it fixes it. [url]http://wiki.garrysmod.com/page/Entity/SetLegacyTransform[/url] Although I feel it probably won't fix it, it's worth a shot.
Come on people what does CS:S have to do with a third party model
I asked is it was part of Gmod Tower I could not remember if it was part of that pack or if it was in fact an odd prop. Clearly this guy has not put the content on the server instead it's only been installed client side because I just tested it and it works fine.
[QUOTE=King Traitor;45578724]I asked is it was part of Gmod Tower I could not remember if it was part of that pack or if it was in fact an odd prop. Clearly this guy has not put the content on the server instead it's only been installed client side because I just tested it and it works fine.[/QUOTE] Sorry, I was in vacation :3, yes the 3DGlasses was in the GMTower models pack, but I made a addon with all the models i need for my server soo, idk if it can be the problem...
[QUOTE=Mr. Happy;45614172]Sorry, I was in vacation :3, yes the 3DGlasses was in the GMTower models pack, but I made a addon with all the models i need for my server soo, idk if it can be the problem...[/QUOTE] Try add this on the item file: [CODE] function ITEM:ModifyClientsideModel(ply, model, pos, ang) //EDIT X TO HOW MUTCH YOU WANT local x = 15 pos = pos - Vector(0,0,x) return model, pos, ang end [/CODE]
Sorry, you need to Log In to post a reply to this thread.