i need help please read
#6

there is no need for timer , you can do that same OnPlayerDeath,

pawn Код:
OnPlayerDeath(playerid, killerid, reason){
  for(new i; i<MAX_PLAYERS; i++)
{
     if(gTeam[i] == SURVIVOR)//Change this to whatever would indicate he's on team survivor.  GetPlayerTeam, etc..
     {
          StillAlive = true;
          break;
     }
}
}
Reply


Messages In This Thread
i need help please read - by dorotej - 02.06.2011, 18:36
Re: i need help please read - by TheGarfield - 02.06.2011, 19:42
Re: i need help please read - by dorotej - 02.06.2011, 19:47
Re: i need help please read - by Backwardsman97 - 02.06.2011, 20:12
Re: i need help please read - by dorotej - 03.06.2011, 07:51
Re: i need help please read - by CoaPsyFactor - 03.06.2011, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)