is player in area
#10

Quote:
Originally Posted by Gappy
Why? What's wrong with it? 0.o

Apart from the fact I wrote pubic instead of public. and forgot public in OnGameModeInIt

I wrote it in a rush.
Wrote it in a rush? Your lies won't get you far.. You didn't even write this code..

Stay away from this topic please, you just lie and mislead him.



Dice, pay attention to what you're doing. You're having mistakes with playerid and i (the loop)
forward PlayerInAreaCheck(playerid);
pawn Код:
pubic PlayerInAreaCheck(playerid)
{
  for(new i = 0, i < MAX_PLAYERS; i++) // here, PlayerInAreaCheck is supposed to be for playerid, so why would you make a loop?
  {
    if(!IsPlayerConnected(playerid)) continue;
    if(IsPlayerInArea(i, 1543, 1608, -1634, -1602))
    {
      if(gTeam[i] == TEAM_CIVILIAN)
      {
        GameTextForPlayer(playerid,"~y~ You Died For Being On Police Property",5000,5);
        SetPlayerHealth(i, -999999.9);
      }
    }
  }
  return 1;
}
Reply


Messages In This Thread
is player in area - by sggassasin - 20.08.2009, 08:52
Re: is player in area - by Gappy - 20.08.2009, 09:00
Re: is player in area - by sggassasin - 20.08.2009, 09:23
Re: is player in area - by Gappy - 20.08.2009, 09:37
Re: is player in area - by MenaceX^ - 20.08.2009, 09:43
Re: is player in area - by Gappy - 20.08.2009, 09:44
Re: is player in area - by dice7 - 20.08.2009, 09:46
Re: is player in area - by Gappy - 20.08.2009, 09:48
Re: is player in area - by dice7 - 20.08.2009, 09:50
Re: is player in area - by MenaceX^ - 20.08.2009, 09:51
Re: is player in area - by Gappy - 20.08.2009, 09:55
Re: is player in area - by MenaceX^ - 20.08.2009, 10:05
Re: is player in area - by Gappy - 20.08.2009, 10:10
Re: is player in area - by MenaceX^ - 20.08.2009, 10:23
Re: is player in area - by Gappy - 20.08.2009, 10:27
Re: is player in area - by MenaceX^ - 20.08.2009, 10:58
Re: is player in area - by Gappy - 20.08.2009, 11:01
Re: is player in area - by sggassasin - 20.08.2009, 11:05
Re: is player in area - by sggassasin - 21.08.2009, 04:01
Re: is player in area - by Joe Staff - 21.08.2009, 04:17
Re: is player in area - by sggassasin - 21.08.2009, 04:31
Re: is player in area - by sggassasin - 22.08.2009, 06:09
Re: is player in area - by sggassasin - 23.08.2009, 07:30
Re: is player in area - by sggassasin - 24.08.2009, 04:40

Forum Jump:


Users browsing this thread: 13 Guest(s)