With OnMapSingleClick command you get the "clicked" positon with [_x,_y] format. Then you just have to:
If _x is bigger or lower than the maximum/minimum acceptable _x value, just return the player a hint saying that the fire area is restricted... and restart the script.
The same is aplied to _y coordinates.