Quote:
Originally Posted by Liverwiz
Code:
public client_connect(id)
{
cs_set_user_team(id, getUserPlacement(id)
}
public getUserPlacement(id)
{
// some code to determine where you want to put the player
return CsTeams:team
}
unless you're looking for the actual plugin. in which case....post in the request forum.
|
It's unable to change team in
client_connect
The menu for
team selecting is shown after
client_putinserver and after player closes
MOTD too
Edit:
client_connect is executed when player is seeing message
Establishing connection to server and
only three lines from box are charged.
__________________