23.01.2015, 18:25
Having this under OnPlayerDisconnect also doesn't make any sense:
The player is leaving the game, there is no reason to set spawninfo and spawn him.
pawn Код:
SetSpawnInfo(playerid, 0, 79, 1549.6141, -1675.5640, 15.0438, 91.6558, 0, 0, 0, 0, 0, 0);
SpawnPlayer(playerid);