Garry's Mod

Garry's Mod

Simple Player Squads
正在显示第 21 - 30 项,共 47 项条目
< 1  2  3  4  5 >
更新于:2024 年 5 月 20 日 下午 2: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

更新于:2024 年 5 月 1 日 下午 6:29
作者:StyledStrike

Add convar: squad_broadcast_creation_message, "1" by default. When set to "1", Squad Menu will print when a new squad is created on the chat.

更新于:2024 年 4 月 27 日 下午 5:16
作者:StyledStrike

- Adjust font for tags and player names
- Hide tags for dormant player entities

更新于:2024 年 4 月 17 日 下午 4:24
作者:StyledStrike

- Validate squad leader entities, should prevent the "Fetching data..." being stuck on the screen in some servers. (Although I haven't found the underlying issue yet, this will at least prevent that from happening)

更新于:2024 年 4 月 14 日 上午 6:17
作者:StyledStrike

- Fix join requests staying on the squad leader's list when the requester joined another squad

更新于:2024 年 4 月 14 日 上午 5:42
作者:StyledStrike

- Highlight important buttons
- Show leader in the members list
- Validate members when handling data serverside

更新于:2024 年 4 月 9 日 下午 12:02
作者:StyledStrike

- Added Starfall function: squad.getAll()
- Added Expression 2 function: getAllSquadIDs()
- Separated name/halo draw distance settings
- Window size scales with resolution now
- Removed scroller in the squad properties tab, docked the color picker to the right

更新于:2024 年 4 月 9 日 上午 10:26
作者:StyledStrike

- Auto-resize members list on the squad list
- Show small icon for the leader on the squad list

更新于:2024 年 4 月 8 日 下午 4:16
作者:StyledStrike

- Make halos ignore the rings

更新于:2024 年 4 月 8 日 下午 4:02
作者:StyledStrike

- Players can now change the draw distance for names and halos on the Settings tab
- Auto-pick a random color when creating a new squad