Garry's Mod

Garry's Mod

Not enough ratings
SBinds - Easy Bind Manager
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Fun, Roleplay, Realism
File Size
Posted
Updated
14.290 KB
20 Jul, 2024 @ 3:35pm
20 Jul, 2024 @ 3:55pm
3 Change Notes ( view )

Subscribe to download
SBinds - Easy Bind Manager

Description
This is an Bind Manager for my upcoming addons. But it can be used by everyone.

Open the Bind Menu with /bind or default F8

---------------------------

SBinds:AddBind(uniqueId, title, help, defaultKey, category, downFunction, upFunction)


Example usage: (CLIENTSIDE)

hook.Add("SBinds.AddBinds", "SBinds.Thirdperson", function()

SBinds:AddBind("SBinds.SimpleThirdperson", "Thirdperson", "Toggle third person", KEY_T, "Gameplay", function()
ThirdPersonUmsg() end, function() end)

end)