• ents.Create cannot be called while rendering
    2 replies, posted
So this error up top is a problem. It uses a client-side spawned entity, and manipulates it. Sadly, It is calling it in a HUDPaintBackground, and I don't know how to get that error to stop spamming. Is there a way to fix this? Where should I call ents.Create on the client? I'll keep trying on my end to see if I can get something fixed. Thanks in advanced.
Anywhere 'cept in a render hook.
If your making a scripted entity you could use ent.initialize or ent.spawn
Sorry, you need to Log In to post a reply to this thread.