[FilterScript] GPS System (kind of) - 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] GPS System (kind of) (
/showthread.php?tid=404998)
Re: GPS System (kind of) -
electrux - 07.08.2014
At the top of the dfile include file,
type
Код:
#define
USE_PLUGIN_FUNCTIONS
OR
in the dfile include, find stock
dir_exists .
Just above it, you will find #if
defined blablabla.
Copy the part of same line after if
defined, and at the top of include,
write #define <the copied part>
. Dont use the <> brackets.
Then after following any of the
above, go to server.cfg and add
FileManager in plugins part. Like
this:
Код:
plugins sscanf FileManager
That should do it.
Re: GPS System (kind of) -
Team_PRO - 07.08.2014
How to set the checkpoint coordinates?
Re: GPS System (kind of) -
electrux - 11.08.2014
that is done by the FS automatically
Re: GPS System (kind of) -
KaXaMaurice - 19.08.2015
another downloand link please
Re: GPS System (kind of) -
BanSilog - 10.05.2018
Nice FS Thank you for upload