Broadcasting to chat when player joins?
void OnPlayerInit(BasePlayer player)
{
Puts("OnPlayerInit works!");
}
 
In the console I can see OnPlayerInit works!
How can I display Player.name Connected in chat?

 
Could anyone show me how to use broadcast?
I'd suggest taking a look at some of the existing plugins for player joins such as Join Message Plus, Connect Messages, etc.