ENT:Draw and DrawTranslucent not being called on SENTS of type 'ai'?
2 replies, posted
[url=http://wiki.garrysmod.com/?title=Entity_Hooks]According to the wiki[/url] AI SENTS (also known as SNPCs) should call the Draw and DrawTranslucent functions. However I checked and it doesn't seem to be the case. Could you guys confirm?
Make sure you have
[lua]ENT.Base = "base_ai"
ENT.Type = "ai"[/lua]
SNPCs don't do anything clientside, actually if you put a cl_init.lua in your folder, it won't be loaded at all.
So I'd just have to sync up a separate entity with it I guess?
Sorry, you need to Log In to post a reply to this thread.