14.01.2012, 02:37
On line 65
The coordinates haven't been entered correctly you put a "," instead of "." I believe it should be
and same for line 95
Should be
pawn Code:
if(IsPlayerInArea(i, 105,1009, 1775,037, 373,692, 1950,205))
pawn Code:
if(IsPlayerInArea(i, 105.1009, 1775.037, 373.692, 1950.205))
pawn Code:
if(IsPlayerInArea(i, 1105,1009, 1775,037, 373,692, 1950,205) && gTeam[i] == TEAM_USA)
pawn Code:
if(IsPlayerInArea(i, 1105.1009, 1775.037, 373.692, 1950.205) && gTeam[i] == TEAM_USA)