can use plugins change npc(zombie) size?
Can use plugins change npc(zombie) size?
From what i have read you cannot change size/dimensions of entities only the amount.
pookins
From what i have read you cannot change size/dimensions of entities only the amount.
ok.. thaks :)
You can change the size of some objects by attaching them to a visualization sphere. But in my attempts, the NPCs don't like to be attached.
ZugzwangYou can change the size of some objects by attaching them to a visualization sphere. But in my attempts, the NPCs don't like to be attached.
I am curious to know how to do it. How can I do it?
Spawn a visualization sphere. Attach a BaseEntity to it with .SetParent(). Then scale the sphere.
ZugzwangSpawn a visualization sphere. Attach a BaseEntity to it with .SetParent(). Then scale the sphere.
thanks :D