CoalitionArma / Coalition-Squad-Interface

A custom UI mod for Coalitions Reforger Server.
https://discord.gg/the-coalition
6 stars 2 forks source link

[Group Display] Convert Client Side Scripts to Server Side #11

Closed Njpatman closed 9 months ago

Njpatman commented 11 months ago

Right now, we have each client check all other clients in the group (including itself), leading to 8 players in a group doing a combined 64 checks.

Njpatman commented 11 months ago

Gonna need to do this to get Color Teams to work, I figured out hashmaps, which should hopefully help immensely.