Dieing when Logging in [REP To whoever helps me fix it]
#2

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;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)