Keybase proof
I hereby claim:
- I am codingale on github.
- I am codingale (https://keybase.io/codingale) on keybase.
- I have a public key ASAfNntf70jfoD4pCkUf9LowuaMbO_G5Py-v6kQjxKWhCAo
To claim this, I am signing this object:
models\ambulance.mdl | |
models\empty.mdl | |
models\bots\headless_hatman.mdl | |
models\bots\headless_hatman_animations.mdl | |
models\bots\boss_bot\anim_tank.mdl | |
models\bots\boss_bot\bomb_mechanism.mdl | |
models\bots\boss_bot\boss_tank.mdl | |
models\bots\boss_bot\boss_tank_damage1.mdl | |
models\bots\boss_bot\boss_tank_damage2.mdl | |
models\bots\boss_bot\boss_tank_damage3.mdl |
I hereby claim:
To claim this, I am signing this object:
local WebMaterials = {} | |
function surface.GetURL(url, w, h, time) | |
if not url or not w or not h then return Material("error") end | |
if WebMaterials[url] then return WebMaterials[url] end | |
local WebPanel = vgui.Create( "HTML" ) | |
WebPanel:SetAlpha( 0 ) | |
WebPanel:SetSize( tonumber(w), tonumber(h) ) | |
WebPanel:OpenURL( url ) | |
WebPanel.Paint = function(self) | |
if not WebMaterials[url] and self:GetHTMLMaterial() then |