First, thanks for your answer :)
I've tried it with this line in crontab :
@reboot sleep 60 && cd /home/pi/teamspeakserver && screen -d -m box86 ts3server
But there is no effect. No working server, or screen session :(
If i understood it right, the command
@reboot sleep 60 && cd...