Benny/gamemodes/benny/gamemode/convars.lua

17 lines
252 B
Lua
Raw Permalink Normal View History

2024-03-07 21:19:30 -05:00
---------------------
-- Your Name is Benny
---------------------
Convars = {}
Convars.List = {}
function Convars:Add( name, def, help, mins, max )
end
function Convars:GetVector()
local exploded = string.Explode( " ", "" )
return Vector()
end