OnPlayerConnect is what i understand with client_putinserver(id). client_putinserver is a function which you can do stuff when the player has been connected IN THE SERVER and already is in. client_connect(id) is a function which you can do stuff while the player is connecting tho.