Benny/gamemodes/benny/gamemode/shared.lua

14 lines
220 B
Lua
Raw Normal View History

2023-09-03 09:31:16 -04:00
GM.Name = "Your Name Is Benny"
2024-03-07 20:34:16 -05:00
GM.Author = "Fesiug, Oranche, Alex"
2023-09-03 09:31:16 -04:00
GM.Email = "N/A"
GM.Website = "N/A"
2023-09-06 04:06:14 -04:00
BENNY = {}
2024-03-07 20:34:16 -05:00
local AC, IN = AddCSLuaFile, include
2023-09-03 09:31:16 -04:00
2024-03-07 20:34:16 -05:00
AC("camera.lua")
IN("camera.lua")
AC("items.lua")
IN("items.lua")