Garry's Mod
Simple Player Squads
46件中 11-20 を表示
< 1  2  3  4  5 >
更新:2024年8月13日 @ 9時20分
更新者:StyledStrike

- Added Turkish Localization (Thanks, NovaDiablox!)

更新:2024年8月12日 @ 7時37分
更新者:StyledStrike

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

更新:2024年7月28日 @ 6時10分
更新者:StyledStrike

- Don't draw halos for dead/dormant players

更新:2024年7月20日 @ 17時44分
更新者:StyledStrike

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

更新:2024年7月9日 @ 7時28分
更新者:StyledStrike

- Setup and use GMinimap player blips

更新:2024年7月1日 @ 7時16分
更新者:StyledStrike

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

更新:2024年6月11日 @ 17時31分
更新者:StyledStrike

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

更新:2024年6月7日 @ 11時37分
更新者:StyledStrike

- Add Custom Chat channel support

更新:2024年5月26日 @ 18時26分
更新者:StyledStrike

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

更新:2024年5月20日 @ 14時39分
更新者: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