06.03.2014, 11:32
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);