Garry's Mod
Simple Player Squads
Показване на 21 — 30 от 47 постъпления
< 1  2  3  4  5 >
Обновление: 20 май 2024 в 14:39

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

Обновление: 1 май 2024 в 18:29

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.

Обновление: 27 апр. 2024 в 17:16

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

Обновление: 17 апр. 2024 в 16:24

- 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)

Обновление: 14 апр. 2024 в 6:17

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

Обновление: 14 апр. 2024 в 5:42

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

Обновление: 9 апр. 2024 в 12:02

- 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

Обновление: 9 апр. 2024 в 10:26

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

Обновление: 8 апр. 2024 в 16:16

- Make halos ignore the rings

Обновление: 8 апр. 2024 в 16:02

- 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