23.02.2010, 08:59
Oh c'mon guys, just woke up :P knew something went wrong :$
Does this sound better?
Does this sound better?
pawn Code:
public InArea()
{
for(new i; i<MAX_PLAYERS; i++)
{
if(IsPlayerInArea(i,MAX_X, MIN_X, MAX_Y, MIN_Y)) // edit yourself
{
SendClientMessage(i,0xFF0000AA,"You are now in the area.");
}
}
return 1;
}