Left4DHooks icon indicating copy to clipboard operation
Left4DHooks copied to clipboard

Added method for changing client's team using L4DTeam

Open armanossiloko opened this issue 7 months ago • 0 comments

In clients.inc, there is a native void ChangeClientTeam(int client, int team); which accepts an integer. To make the dev experience easier (and also to make some of the plugins that were made for me compile without having to figure out which team is what integer), adding a new method that accepts the L4DTeam enum.

Hopefully this would make some dev experience "easier" sometimes.

armanossiloko avatar Jun 26 '24 12:06 armanossiloko