• Make a model invisible?
    1 replies, posted
i'm sure it involves ENT:SetColor(), but every combo i put in gets me a vibrant Purple color.
Don't use SetColor, use SetNoDraw. [url]http://wiki.garrysmod.com/page/Entity/SetNoDraw[/url] The reason you're getting a purple color when using SetColor is because you're not using a Color object. [url]http://wiki.garrysmod.com/page/Global/Color[/url]
Sorry, you need to Log In to post a reply to this thread.