10.08.2009, 16:34
Well IsPlayerInArea isn't built in, you have to put it there yourself. Do you have something somewhere that says:
Also, is your area meant to be a square? If it is not a square it can complicate things a bit..
pawn Код:
IsPlayerInArea(xmax, xmin, blah blah)
{
//some stuff
return //stuff
}