Hi,

I'm using the shade-c shader v0.90... I just bumped with this problem in which I declare entity using the ent_createlayer but when I enable the shade-c shader the entities is not visible... disabling the shade-c shader the entities is now visible.. I don't know why??

Here's the code snippet:
Code:
ent_counter1 = ent_createlayer("1.dds", 0, 105);

//set skill in shade-c
sc_skill(ent_counter1, sc_myDepth, 0);



Thanks