Spawn Solid Models Cod4
Posted: August 13th, 2010, 8:19 am
Hey what im trying to do is spawn a model on normal map. I can get it to spawn but you can walk through it. Im wondering if its is possible to make it solid.
CoDJumper.com - For all your CoDJumping needs!
https://codjumper.com/~codjumpe/forums/
https://codjumper.com/~codjumpe/forums/viewtopic.php?t=12223
Code: Select all
statue = spawn("script_model", -5, 52, 60);
statue setmodel("me_statue");
statue setcontents(1);