Garry's Mod

Garry's Mod

Simple Player Squads
Näytetään 11–20 / 46
< 1  2  3  4  5 >
Päivitys: 13.8.2024 klo 9.20
tekijältä StyledStrike

- Added Turkish Localization (Thanks, NovaDiablox!)

Päivitys: 12.8.2024 klo 7.37
tekijältä StyledStrike

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

Päivitys: 28.7.2024 klo 6.10
tekijältä StyledStrike

- Don't draw halos for dead/dormant players

Päivitys: 20.7.2024 klo 17.44
tekijältä StyledStrike

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

Päivitys: 9.7.2024 klo 7.28
tekijältä StyledStrike

- Setup and use GMinimap player blips

Päivitys: 1.7.2024 klo 7.16
tekijältä StyledStrike

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

Päivitys: 11.6.2024 klo 17.31
tekijältä StyledStrike

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

Päivitys: 7.6.2024 klo 11.37
tekijältä StyledStrike

- Add Custom Chat channel support

Päivitys: 26.5.2024 klo 18.26
tekijältä StyledStrike

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

Päivitys: 20.5.2024 klo 14.39
tekijältä StyledStrike

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