[Tool/Web/Other] PHP - A map that displays a red square at specified 2d coords
#6

If anyone wanna use the map_full.jpg just edit this:

pawn Code:
$img = imagecreatefromjpeg("map_full.jpg");

$x = $_GET["x"]/3.90;
$y = $_GET["y"]/3.90;

$x = $x + 768;
$y = -($y - 768);
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)