Garry's Mod

Garry's Mod

[TTT/2] Fingergun
3 Comments
staszek 8 Dec, 2023 @ 9:37am 
stop using ttt it doesnt work
GengarDC  [author] 22 Aug, 2023 @ 8:07am 
I must have missed that somehow, thanks
The Stig 21 Aug, 2023 @ 10:19pm 
Hey just FYI you added :
if ( SERVER ) then
AddCSLuaFile( "shared.lua" )

to your shared.lua file without an "end",
so the mod just errors on loading into a map

Change it to:
if ( SERVER ) then
AddCSLuaFile( "shared.lua" )
end
to fix it