04.04.2013, 20:24
Please do not double/triple post, guidance will come eventually, not instantly.
First off all, your code will look a lot better if you properly format it, have a look at http://en.wikipedia.org/wiki/Indentation
Second of all, I wasn't sure what the rest of your code looks like, especially player spawning, but, take a look at https://sampwiki.blast.hk/wiki/SetSpawnInfo
Also, it's better to not force a player to spawn, rather let https://sampwiki.blast.hk/wiki/OnPlayerRequestSpawn take care of that when they enter the screen selection.
First off all, your code will look a lot better if you properly format it, have a look at http://en.wikipedia.org/wiki/Indentation
Second of all, I wasn't sure what the rest of your code looks like, especially player spawning, but, take a look at https://sampwiki.blast.hk/wiki/SetSpawnInfo
Also, it's better to not force a player to spawn, rather let https://sampwiki.blast.hk/wiki/OnPlayerRequestSpawn take care of that when they enter the screen selection.