Hi, like title says I´m trying to display a Menu to players that enter Server but only after they choose one team (either T or CT). At the moment I have something like this:
PHP Code:
public showmenu(id)
{
if( is_user_connected(id))
{
Code Here
}
}
But if some player enter Server and doesnt choose any of the teams, menu is displayed while he is in Motd.Because user is actually "connected". How can I do so it will display only after choosing team?
Thanks in advance.
Regards,
brlight