SA-MP Forums Archive
My Navigation/GPS System - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: My Navigation/GPS System (/showthread.php?tid=183096)

Pages: 1 2


My Navigation/GPS System - Austin - 14.10.2010

Has anyone ever seen a server where you can get directions to a specific location from wherever you are?

I scripted a GPS system for my clans server using Dijkstra's algorithm, it's for Los Santos only as our turf wars take place there.


I was just wondering if any other servers have such a feature.


It uses racing checkpoints to navigate you.

If you wanted to take a look, goto 64.120.76.236:5900 and type /gps <turfid> (view the map for the turf id's).


Re: My Navigation/GPS System - iFriSki - 14.10.2010

Nicely done. I like it.


Re: My Navigation/GPS System - willsuckformoney - 14.10.2010

Yeah, Crazy Bobs Cops and Robbers has it put its the white arrows and it does exactly what you have there.


Re: My Navigation/GPS System - Steven82 - 14.10.2010

Wrong section........at least i think


Re: My Navigation/GPS System - MrDeath537 - 14.10.2010

The system is really good, congratulations .


Re: My Navigation/GPS System - MBX97 - 14.10.2010

the BEST
Quote:

Keep up the gud work boddy




Re: My Navigation/GPS System - legodude - 14.10.2010

scripting it atm

thx for tip about dijkstra algorithm(im dutch too haha)


Re: My Navigation/GPS System - Austin - 14.10.2010

Thanks guys .

And I agree legodude, I'm trying to HELP on the scripting forum, and waiting 120 seconds is a complete bitch.


Re: My Navigation/GPS System - [UG]Scripter - 14.10.2010

This belongs in wasteland.


Re: My Navigation/GPS System - legodude - 15.11.2010

lil bumpy but can u plz pm me your function for finding shortest route?
(dijkstra) i can't really seem to understand it.
i searched (normal) wiki on how to do it and read it in 3 languages.(dutch english german, french) so thats even 4!
but the pseudo codes there are a bit unclear.
or atleast explain me with lil bits o'code


Re: My Navigation/GPS System - [MWR]Blood - 15.11.2010

Nice script!


Re: My Navigation/GPS System - legodude - 17.11.2010

bumpa again lool at page 1 last post plz


Re: My Navigation/GPS System - Kyle - 17.11.2010

Why not release it


Re: My Navigation/GPS System - Austin - 19.11.2010

It's far from a public release, as it's hard coded into a script of mine. I could show you the part where I calculate the shortest path stuff, but it's missing my code to load nodes/connecting nodes, yada yada, and people would be saying "It doesn't work ".


Re: My Navigation/GPS System - Kyle - 19.11.2010

Urgh, I just Need a gps system lol.


Re: My Navigation/GPS System - WillyP - 19.11.2010

Quote:
Originally Posted by KyleSmith
Посмотреть сообщение
Urgh, I just Need a gps system lol.
Make your own.


Re: My Navigation/GPS System - Kyle - 20.11.2010

I would, If I knew where to start.


Re: My Navigation/GPS System - WillyP - 20.11.2010

Make some concepts.


Re: My Navigation/GPS System - Kyle - 20.11.2010

That does not help lol.


Re: My Navigation/GPS System - WillyP - 20.11.2010

It does, when I get pissed off sometimes I make random things then in the future I find them useful.