View Single Post
Author Message
as_pingwin
Junior Member
Join Date: Feb 2016
Old 02-07-2016 , 15:06   Assign to a team automatically on joining the server
Reply With Quote #1

Hi,

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

Thanks for the help!
Akos
as_pingwin is offline