SA-MP Forums Archive
[FilterScript] [FS]Dynamic GPS - 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)
+--- Thread: [FilterScript] [FS]Dynamic GPS (/showthread.php?tid=110773)



[FS]Dynamic GPS - noahg - 28.11.2009

Dynamic GPS
My first FS
Tired of searching for a gps filterscript with the locations you want? This is a easy to use gps system. It will add 2 commands /gpsadd and /gps. /gpsadd will add a location into the gps system you just go to the bank and write /gpsadd bank and it will be added into the system. You will need to be rcon admin to use /gpsadd. It uses dini, so if you want to change it you need dini, search for it in the forum.

Downloads:
.pwn http://pastebin.com/f571763
.amx http://www.megaupload.com/?d=VYE9WQ39

For screenshots, go here /imageshack/gal.php?g=samp000bg.png


Re: [FS]Dynamic GPS - GforceNL - 28.11.2009

Looks Nice, Specialy For Your First FS
Good job!


Re: [FS]Dynamic GPS - Mafiathne - 29.11.2009

Hello,
very nice script, i have a Problem. Can anyone help me please?
Pawn say:
\ filterscripts \ Dynamic_GPS.pwn (102): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - : Fehler 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - 10): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - 13): error 027: ungьltiges Zeichen konstant
\ filterscripts \ Dynamic_GPS.pwn (102 - 14): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - 16): error 027: ungьltiges Zeichen konstant
\ filterscripts \ Dynamic_GPS.pwn (102 - 17): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - 1: error 027: ungьltiges Zeichen konstant
\ filterscripts \ Dynamic_GPS.pwn (102 - 19): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (102 - 24): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (27): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (30): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (32): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (35): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (3: error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (42): warning 219: lokale Variable "tempX" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (42): warning 219: lokale Variable "tempY" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (42): warning 219: lokale Variable "tempZ" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (43): warning 219: lokale Variable "string" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (43): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (44): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (45): warning 219: lokale Variable "string" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (45): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (46): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (47): warning 219: lokale Variable "string" Schatten eine Variable bei einer vorhergehenden Stufe
\ filterscripts \ Dynamic_GPS.pwn (47): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (4: error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (49): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (50): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (52): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (55): error 010: ungьltige Funktion oder der Erklдrung
\ filterscripts \ Dynamic_GPS.pwn (55 - 57): error 010: ungьltige Funktion oder der Erklдrung

Compilation aborted.Pawn Compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Error.


Thank you

Mafiathne


Re: [FS]Dynamic GPS - noahg - 29.11.2009

@Mafiathne do you got the include dini? http://forum.sa-mp.com/index.php?topic=981.0
If you only want to use it, you can also download the amx, place it into the filterscript folder and add in the server.cfg "filterscript Dynamic_GPS"
Oh, i am going to make some screenshots rigth now!


Re: [FS]Dynamic GPS - Niixie - 29.11.2009

Very nice release i made my own gps system already, so


Re: [FS]Dynamic GPS - Mafiathne - 29.11.2009

Hello,
i have find the the problem

But i cant where i load the Dynamic_GPS write or all other commands write.
Can you help me?



Re: [FS]Dynamic GPS - noahg - 29.11.2009

Sorry i can't follow you... You mean you don't know how to use it?

1. INSTALLING
1.Place the Dynamic_GPS.amx in the filterscripts folder at your server.
2.Open server.cfg in your server folder with notepad, and add on a newline "filterscripts Dynamic_GPS"
3.Restart the server
2. Using
Now you have 2 new commands in game /gpsadd and /gps. use "/gps location" and a checkpoint will be shown at the location. You can add locations by saying "/gpsadd location" at the location. You need to be rcon admin to use /gpsadd.


Re: [FS]Dynamic GPS - noahg - 30.11.2009

Screenshots added!


Re: [FS]Dynamic GPS - mevi - 30.11.2009

Nice man, well done.


Re: [FS]Dynamic GPS - Globe2009 - 02.12.2009

mate this is fat...
just what i needed ty very much

an sorry abit of a nub question!!
where do the coords save just incase i wana delete one i add?
in the dini.inc?

EDIT:nvm i seen it sorry lol but all the same dude this is great thanks again bro

EDIT AGAIN...
when i use this for some reason my commands like /exit /engine stop working and i aint edited this one bit
anyone got an idea as to why this might be happening?? i also dont use any commands in my script like /gps