Change player size?
Okay so I already changed the model scale with "$scale 1.5" in the model file. But now the player's legs are going trough the ground because only the model has changed and not the hitbox.
set_pev(id,pev_scale,1.5) didn't work. Any help? |
Re: Change player size?
you must change players mins and maxs (size)...cant remember original dimensions, but you can make how much you want
|
Re: Change player size?
How would I do that? I tried this:
new const Float:min[3] = {-24.0, -24.0, -54.0} // I multiplied the sizes by 1.5 new const Float:max[3] = {24.0, 24.0, -24.0} entity_set_size(id, min, max) It also did nothing. Do I need to do this in a specific place? |
Re: Change player size?
You can't change player size, it's hardcoded. The best choice you have is create another entity and attach it to player.
|
Re: Change player size?
Quote:
|
Re: Change player size?
You can only change its scale in model itself, not with plugin.
|
Re: Change player size?
So where should I post for model help? Is it ok to do it in this thread?
|
Re: Change player size?
Quote:
|
Re: Change player size?
You can change its scale easily in paranoia/half-life model viewer.
|
Re: Change player size?
Quote:
|
| All times are GMT -4. The time now is 17:43. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.