LUA: 如何在函数中更改 WElements / VElements 的颜色

如何更改 WElements / VElements 的颜色

如何在函数中更改 WElements / VElements 的颜色。 我想在这个函数中添加颜色更改:

local myBool = true
local c = "weapons/start.wav"
function SWEP:Reload()
    self:EmitSound(c)
    util.ScreenShake( self:GetPos(), 10, 5, 1, 40 )
    myBool = !myBool
end

请帮帮我:(

进入图片说明

点赞