20.11.2010, 17:45
make a variable. ex.
pawn Код:
new Dead[MAX_PLAYERS];
OnPlayerDeath
{
Dead = 1;
if(Dead == 1)
{
SetPlayerPos(x,y,z);
SetPlayerInterior(coding here) // thats if your spawning them in an interior
}