Hi I'm trying to use the hitbox of this model but it seems to be WAY shorter and thinner than it actually is
[CODE]
ply.chosenProp = ents.Create("player_prop_ent") -- this has a default model of models/player.mdl
ply.chosenProp:Spawn()
ply.chosenProp:SetOwner( ply )
print( ply.chosenProp:GetHitBoxBounds(0,0) )
[/CODE]
OUTPUT:
-6.312603 -4.777938 -6.764095 5.309690 4.961069 6.453225
Where as filingcabinet3 is about 63 units tall, and visually they are near the same height.
Is this a mistake?
Sorry, you need to Log In to post a reply to this thread.