Garry's Mod

Garry's Mod

[TTT/2] Fingergun
3 kommentarer
staszek 8. dec. 2023 kl. 9:37 
stop using ttt it doesnt work
GengarDC  [ophavsmand] 22. aug. 2023 kl. 8:07 
I must have missed that somehow, thanks
The Stig 21. aug. 2023 kl. 22:19 
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