Well, I think ent_decal only work on Commercial version and above

But that you pointer in
Code:
PARTICLE* p = ent_decal(you,bmMark,you.x,you.y);


could be NULL and that will generate error..(No such thing as NULL.x)

How about using
Code:
PARTICLE* p = ent_decal(you,bmMark,8, random(360));




Last edited by bart_the_13th; 08/25/09 10:39.