I have a model that size is too large, so when it shoots in your head does not take hp, how to do to fill the size of a model?
I tried so hard that it did not work
PHP Code:
new ent = create_entity("info_target")
entity_set_string(ent, EV_SZ_classname, "models")
entity_set_model(ent, "models/player/player.mdl")
new Float:maxs[3] = {25.0, 50.0, 200.0}
new Float:mins[3] = {-25.0, -50.0, -35.0}
entity_set_size(ent, mins, maxs)