Garry's Mod

Garry's Mod

Simple Player Squads
Showing 11-20 of 46 entries
< 1  2  3  4  5 >
Update: 13 Aug, 2024 @ 9:20am

- Added Turkish Localization (Thanks, NovaDiablox!)

Update: 12 Aug, 2024 @ 7:37am

- Add player joined/left squad hooks: SquadMenu_OnJoinedSquad and SquadMenu_OnLeftSquad

Update: 28 Jul, 2024 @ 6:10am

- Don't draw halos for dead/dormant players

Update: 20 Jul, 2024 @ 5:44pm

- Updated the theme library to use the same code across Squad Menu, Custom Loadout and GMinimap

Update: 9 Jul, 2024 @ 7:28am

- Setup and use GMinimap player blips

Update: 1 Jul, 2024 @ 7:16am

- Call the SquadPlayerSay hook that can be used to override/filter squad-only messages

Update: 11 Jun, 2024 @ 5:31pm

- Add a ping system. Uses the B key by default, can be changed on the Settings tab.

Update: 7 Jun, 2024 @ 11:37am

- Add Custom Chat channel support

Update: 26 May, 2024 @ 6:26pm

- You can now view the squad list even while being part of another squad.

Update: 20 May, 2024 @ 2:39pm

Major code changes behind the scenes:

- Use a dedicated function to turn a player entity into a identifier
- Use player IDs instead of player entities in the list of members/requests serverside
- Use squad:GetActiveMembers() to get player entities instead of storing them on squad.members
- Moved some functions from sh_squad_menu.lua to appropriate locations
- Moved client config code to a separate file
- Made squad:SyncWithMembers() handle anti-network-spam by itself
- Bots can now work with this addon when added manually by code