29.09.2012, 09:40
Try this?
pawn Код:
//at the top
int[MAX_PLAYERS];
//OnPlayerDeath
int[playerid] = GetPlayerInterior(playerid);
//Anywhere (maybe OnPlayerSpawn?)
SetPlayerInterior(playerid,int[playerid]);