01-18-2017, 21:38
Hello,
I tried to spawn solid carepackages in MW3.
This is my code so far:
I have also tried adding this:
The care package spawns but its not solid.
what am I doing wrong? do I need some additional files or different dll's ? ( other than the Extensions class )
Thanks in advance.
I tried to spawn solid carepackages in MW3.
This is my code so far:
Code:
Entity e = SpawnModel("script_model", "com_plasticcase_friendly", t);
Extensions.CloneBrushModelToScriptModel(e, Extensions.FindAirdropCrateCollisionId());
I have also tried adding this:
Code:
Extensions.SetContents(e, 1)
The care package spawns but its not solid.
what am I doing wrong? do I need some additional files or different dll's ? ( other than the Extensions class )
Thanks in advance.