Garry's Mod

Garry's Mod

Playable Piano
Hook PlayerUse problem
Hello.

I have a problem with your addon.
local function HookChair( ply, ent ) ... if IsValid( inst ) && inst.Base == "gmt_instrument_base" then ... end return true end hook.Add( "PlayerUse", "InstrumentChairModelHook", HookChair )

You should NEVER return anything if you want to let the default behavior for other addons and scripts!