What's wrong?
#2

See this
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
  if(takim[playerid]==1){
    if(currClass[playerid]==0 || currClass[playerid]==1 || currClass[playerid]==2) teamPlayers[0]--;
    if(currClass[playerid]==3 || currClass[playerid]==4 || currClass[playerid]==5) teamPlayers[1]--;
  }
  return 1;
}
I hope it will help you.
-Abhinav
Reply


Messages In This Thread
What's wrong? - by xCoder - 09.09.2009, 08:55
Re: What's wrong? - by abhinavdabral - 09.09.2009, 09:20
Re: What's wrong? - by xCoder - 09.09.2009, 11:46
Re: What's wrong? - by Donny_k - 09.09.2009, 12:05

Forum Jump:


Users browsing this thread: 1 Guest(s)