I'm trying to write a plugin which is intent to place a player to a team based on the player's steamID.
There's a list for the steamIDs.
I was trying with this but no success :/
public OnClientPostAdminCheck(int client) {
ChangeClientTeam(client, 1);
}