06.10.2013, 13:37
Make a variable like : death[playerid] =1; and remove the set player pos on player death.. and place on player spawn if the player is died eg:
pawn Код:
// on player spawn
if (death [playerid] == 1)
{
// set player pos at fc hospital
}
else // he is not died
{
// normal spawn
}