11.05.2017, 17:31
You can't spawn the player with SpawnPlayer if he's in spectating mode. You need to remove him from the spectating mode like this
Код:
TogglePlayerSpectating(playerid, 0);