Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: mathfag
How does one spawn a model on another models joint, bone or tag.
For example: spawn a tree model on a zombie model's (not ai) arm
EDIT: never mind. I feel like such a dumbass.
It's:
model = spawn( "script_model", self GetTagOrigin("tagname") );
model SetModel( "model name" );