I hereby claim:
- I am codingale on github.
- I am codingale (https://keybase.io/codingale) on keybase.
- I have a public key ASDq0lYIKdvTI7MoYziVJpvop5uN2muq--VeK0NbAi7lIAo
To claim this, I am signing this object:
| models\advisor.mdl | |
| models\airboat.mdl | |
| models\airboatgun.mdl | |
| models\alyx.mdl | |
| models\alyxmask.mdl | |
| models\alyx_animations.mdl | |
| models\alyx_emptool_prop.mdl | |
| models\alyx_gestures.mdl | |
| models\alyx_postures.mdl | |
| models\ambient_citadel_paths.mdl |
I hereby claim:
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 |