09.03.2012, 13:55
Guess Work: (Probably wrong, correct if so)
It's caused by TogglePlayerStectating(playerid, false) and SpawnPlayer(playerid) being used at the same time. TogglePlayerSpectating(playerid, false) will actually call OnPlayerSpawn(playerid). The SpawnPlayer(playerid) is not needed.
I'll try reproduce this bug. (I can't)
Show us your new.pwn.
It's caused by TogglePlayerStectating(playerid, false) and SpawnPlayer(playerid) being used at the same time. TogglePlayerSpectating(playerid, false) will actually call OnPlayerSpawn(playerid). The SpawnPlayer(playerid) is not needed.
I'll try reproduce this bug. (I can't)
Show us your new.pwn.