• My entity is glowing like an error, even if it's model is rendering.
    8 replies, posted
I don't know if anyone has ever seen this error before, but well, it's happening to me. I can't really explain anything beyond what the title says. Here are some screenshots. [URL=http://img816.imageshack.us/i/rpcity80005.jpg/][IMG]http://img816.imageshack.us/img816/3491/rpcity80005.jpg[/IMG][/URL] [URL=http://img819.imageshack.us/i/rpcity80004.jpg/][IMG]http://img819.imageshack.us/img819/4134/rpcity80004.jpg[/IMG][/URL]
Bump. I really need to figure this out. What could be causing it?
Sorry, I can't see anything glowing except the sun in those screenshots
[QUOTE=lemmiwinkz;22645127]Sorry, I can't see anything glowing except the sun in those screenshots[/QUOTE] I think he might mean how his playermodel is fullbright in the 1st screenshot :psyberger: OP explain what you mean.
when the model is an error sign it fades from fullbright to not-fullbright, he gets the same effect on his entity
Okay, some background on that. That's not an actual playermodel, that's an entity parented to my playermodel to make it appear like it is my playermodel. For whatever reason, it's glowing like an error. I don't know why, it's not because of the entity Draw hook, and as far as I know, it doesn't have anything weird on it, it is spawned normally.
Whoah, that's weird, I've never seen that happen before. Try doing ent:RemoveEffects(EF_ITEM_BLINK) on that entity, and see if it fixes it.
Posting code would be helpful
[QUOTE=_Kilburn;22654631]Whoah, that's weird, I've never seen that happen before. Try doing ent:RemoveEffects(EF_ITEM_BLINK) on that entity, and see if it fixes it.[/QUOTE] Oh, that solved it. Yeah that was it, I was giving the entity the wrong enumeration number, I changed it to the enumeration name and it worked perfectly. Much thanks, this was killing me.
Sorry, you need to Log In to post a reply to this thread.