you can use ent_muzzle.flags |= INVISIBLE; to set it back to invisible.

Strange how VISIBLE is part of flags2 yet INVISIBLE is part of just flags?

ent_muzzle.flags2 &= ~VISIBLE; doesn't work for me either, hmm??

Why did conitec choose to use this method of setting flags. Personally i prefer the c-script method, it is soo easy and more code friendly in my opinion. Does it offer any extra benefits setting flags this way in lite-c then c-script? I can't see any.

Last edited by DJBMASTER; 06/15/08 21:37.