• Help with making colour changing money printers
    2 replies, posted
I would like some help making a donator printer which uses math and timer to change the colour of the money printer cl_init.lua = [url]http://pastebin.com/r6DSGUrv[/url] init.lua = [url]http://pastebin.com/7b59PQt1[/url] shared.lua = [url]http://pastebin.com/VdTFXtGy[/url] Any help would be very much appreciated!
You need to set the RenderMode for the entity. In the init.lua, inside ENT:Initialize, put: [code] self:SetRenderMode(RENDERMODE_TRANSCOLOR); [/code] This should allow you to change the color AND transparency (alpha) of the entity.
ok thanks but i need a timer to change the model colour so like every 1 second the model would change to a different colour
Sorry, you need to Log In to post a reply to this thread.