There is no need to set a timer to spawn automatically a player. Just use SpawnPlayer(playerid); after the player logged in.
I am aware of that. But if i just used SpawnPlayer(playerid); I would lose one of my cool features at the login :/ That's why I need the timer to delay the spawning time.