Whats Wrong Here?
#7

Why?

pawn Код:
public WantedCheck()
{
  for(new i=0; i<MAX_PLAYERS; i++)
  {
    if(GetPlayerWantedLevel(i) == 4 || GetPlayerWantedLevel(i) == 5)
    {
      //Do stuff
    }
  }
  return 1;
}
Reply


Messages In This Thread
Whats Wrong Here? - by CJ101 - 19.02.2009, 22:56
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 22:59
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:11
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:13
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:15
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:20
Re: Whats Wrong Here? - by Mikep - 20.02.2009, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)