Question how to make solid model mw3 ?

Z

Zlink033

Guest
Hi,

How to make a solid model in mw3 for exemple le little bird,
because I tried this:


solid = 0x8156,

Object::Call<null*>(solid, (int)spawnedEnt, CT_ENTITY);
Object::Call<null*>(setmodel, (int)spawnedEnt, CT_ENTITY, "littlebird_mp");

but it's dont work , I tried case too and same don't work

thank a lot
 
Last edited by a moderator:
Top