i have code looking like this:
Code:
 if (P_Color == 1) { ent_setskin (my, bmap_create ("obj_gbag_02_c1.bmp"), 1); }
if (P_Color == 2) { ent_setskin (my, bmap_create ("obj_gbag_02_c2.bmp"), 1); }
...



why are some models affected by this and change the skin like they are supposed to and others do not?
Any ideas, experiences, tips?