Fire Phoenix Posted January 4, 2016 Posted January 4, 2016 Is there a command for scaling the player model? If not are you planning on adding one?
Raz0r Posted January 5, 2016 Posted January 5, 2016 No command or cfg support yet, will be added in the future. Contributions welcome.
Raz0r Posted January 5, 2016 Posted January 5, 2016 Doesn't look like model scaling is exposed to JPLua, but that's a really good idea to add modelscale support via plugin.
dark soul Posted May 3, 2016 Posted May 3, 2016 Has it been added @epiclloyd @@Raz0r ? In case yes, how could it be done through LUA?@ * I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
Exmirai Posted May 4, 2016 Posted May 4, 2016 if you're talking about entities then: local entity = GetEntity(entityNum) entity:Scale(factor)
dark soul Posted May 4, 2016 Posted May 4, 2016 if you're talking about entities then: local entity = GetEntity(entityNum) entity:Scale(factor) got the thing working now I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now