SA-MP Forums Archive
[Tool/Web/Other] [PHP+DJSON] DMap 0.4 - Platform v3 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Tool/Web/Other] [PHP+DJSON] DMap 0.4 - Platform v3 (/showthread.php?tid=477472)



[PHP+DJSON] DMap 0.4 - Platform v3 - Joe96 - 24.11.2013

Hello, as many of you know, from November 19th 2013, ****** maps v2 became obsolete, that means the DMap by DracoBlue is of no use.
I managed to do a conversion of the map to ****** Maps v3, download link below:

https://www.mediafire.com/?r4jrtdajo278d12


The plugin still works for SA:MP, it's just the web-side that's not working.
You can download the SA:MP plugin from here:
https://sampforum.blast.hk/showthread.php?tid=48543

Known bugs: There might be a bug in the coordination system, and the icons will show at a slightly different location, if someone can fix it, post a fix, if not, wait until i figure it out =]

I do not own any copyright, all copyright is owned by ****** for map and DracoBlue for the system.


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - nGen.SoNNy - 24.11.2013

Thanks for this fix


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - Stevo127 - 26.11.2013

Very nice and I've got it working using Socket functions instead of DJSON, however, the co-ordinates plotting it completely wrong, WAYYYY off, needs fixed ASAP please as I have no clue haha


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - sirvasy - 26.11.2013

you posted in the wrong section


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - T-N-Z - 05.01.2014

Quote:
Originally Posted by Stevo127
Посмотреть сообщение
Very nice and I've got it working using Socket functions instead of DJSON, however, the co-ordinates plotting it completely wrong, WAYYYY off, needs fixed ASAP please as I have no clue haha
Anyone found a fix to this yet? All icons are displayed in wrong locations..


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - GreenS - 05.01.2014

nice but why it's posted in the "maps"?


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - T-N-Z - 05.01.2014

Quote:
Originally Posted by GreenS
Посмотреть сообщение
nice but why it's posted in the "maps"?
Because it's a map...?


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - GreenS - 05.01.2014

Quote:
Originally Posted by T-N-Z
Посмотреть сообщение
Because it's a map...?
because tag of the topic is Tool/Web/Other?
i don't see a map


Re: [PHP+DJSON] DMap 0.4 - Platform v3 - T-N-Z - 27.01.2014

I know it's here, but I don't know mathematical sulution to this
Код:
var point = new ******.maps.LatLng((((item.pos.y*90)/3000)+11), ((item.pos.x*90)/1500));
I changed the marked part to this:
Код:
((((item.pos.y*90)/4275)-0)
It's more accurate, but still, not perfect.

Anyone figured this icon placement problem out?