mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 22:37:34 +00:00
change version
This commit is contained in:
parent
a61ca353cc
commit
a94733ce75
|
@ -5,7 +5,7 @@ if game.SinglePlayer() then return end
|
||||||
//
|
//
|
||||||
|
|
||||||
gmInte = gmInte || {}
|
gmInte = gmInte || {}
|
||||||
gmInte.version = "0.1.1"
|
gmInte.version = "0.1.2"
|
||||||
gmInte.config = gmInte.config || {}
|
gmInte.config = gmInte.config || {}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -16,7 +16,7 @@ local function loadAllFiles(folder)
|
||||||
local files, folders = file.Find(folder .. "/*", "LUA")
|
local files, folders = file.Find(folder .. "/*", "LUA")
|
||||||
for k, v in SortedPairs(files) do
|
for k, v in SortedPairs(files) do
|
||||||
local path = folder .. "/" .. v
|
local path = folder .. "/" .. v
|
||||||
print("| Loading File: " .. path)
|
print(" | Loading File | " .. path)
|
||||||
if string.StartWith(v, "cl_") then
|
if string.StartWith(v, "cl_") then
|
||||||
if SERVER then
|
if SERVER then
|
||||||
AddCSLuaFile(path)
|
AddCSLuaFile(path)
|
||||||
|
@ -48,7 +48,6 @@ print(" ")
|
||||||
print(" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ")
|
print(" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ")
|
||||||
print(" - - ")
|
print(" - - ")
|
||||||
print(" - Gmod Integration v" .. gmInte.version .. " - ")
|
print(" - Gmod Integration v" .. gmInte.version .. " - ")
|
||||||
print(" - Create by Linventif - ")
|
|
||||||
print(" - - ")
|
print(" - - ")
|
||||||
print(" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ")
|
print(" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ")
|
||||||
print(" - - ")
|
print(" - - ")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user