Garry's Mod

Garry's Mod

[TTT/2] Fingergun
Počet komentářů: 3
staszek 8. pro. 2023 v 9.37 
stop using ttt it doesnt work
GengarDC  [autor] 22. srp. 2023 v 8.07 
I must have missed that somehow, thanks
The Stig 21. srp. 2023 v 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