TeamUlysses / ulib

ULib: A Lua library for more rapid development on Garry's Mod servers
http://ulyssesmod.net
Other
104 stars 55 forks source link

Team Picker Target Keyword #75

Closed JoshPiper closed 3 years ago

JoshPiper commented 3 years ago

Extends the "@" keyword to apply to teams. @ without arguments remains as picker. @ gets all users within a team.

This PR has been locally tested in a SRCDS instance with 1, 2 and 3 players, using the Citizen team on DarkRP. 1 player testing: 1 player in team, 0 players in team. 2 player testing: 2 / 0, players in / out, 1 / 1 3 player testing: 3 / 0, 2 / 1, 0 / 3

Fixes #9.