25.12.2014, 10:55
So it spawns the player on the correct coordinates but not on his last interior...
This is what I have at OnPlayerSpawn
And I checked, when I left the server in my account file the interior is correct.
Any idea what could be wrong? It saves just fine.
This is what I have at OnPlayerSpawn
Код:
SetPlayerInterior(playerid, Player[playerid][LastInt]);
Any idea what could be wrong? It saves just fine.