22.02.2011, 21:22
Ichigo, tenta assim.
pawn Код:
stock IsPlayerdp(playerid)
{
new Float:x,Float:y,Float:z;
GetPlayerPos(playerid, x, y, z);
if(x >= 1433.168457 && y >= -1733.621582 && x <= 1513.168457 && y <= -1605.621582) return 1;
else return 0;
}