17.06.2014, 16:45
Here's the Logic code.
pawn Код:
OnPlayerConnect(playerid)
{
if(PlayerInfo[playerid][pDied] != 1)
{
//where you want the position to be set.
}
else
{
//make them spawn in the hospital
}
return 1;
}