[FilterScript] FGPS - Advanced GPS System
#21

Quote:
Originally Posted by sherlock
View Post
so you go to your chosen location and type /fsave name?
You go to where you want the location to be Example go to LSPD and type /fsave LSPD and it will save it like that in the database and when you select it from the dialog it will navigate you to that point

To everone else: Thanks and keep posting suggestions
Reply
#22

Quote:
Originally Posted by Fj0rtizFredde
View Post
You go to where you want the location to be Example go to LSPD and type /fsave LSPD and it will save it like that in the database and when you select it from the dialog it will navigate you to that point

To everone else: Thanks and keep posting suggestions
yeah thats what i meant. Im so gonna use this!
Reply
#23

Don't work for me
Reply
#24

this is nice
Reply
#25

Great job
Reply
#26

Ur genius 100/10
Reply
#27

Quote:
Originally Posted by Fj0rtizFredde
View Post
Thanks all for the feedback
I added a new version with /Fedit so you can edit the names ingame
Hey,

I have updated the mirror: http://trueserve.info/dl/FGPS.rar
Also, I've added an archive for old versions: http://trueserve.info/dl/FGPSarchive/
Reply
#28

This is nice! Good job!
Reply
#29

I can save the positsions, but when i type /gps and i take "Unity", that arrow dont come :S Whats the problem are ? Where i need to put that SQLite Database Browser . I put it in my server folder. Plz help,

Thanks (Sry for my baf english and im just learning scripting )
Reply
#30

Can you make it with Y_ini or dini?
Reply
#31

its really awesome o.o
+rep
Reply
#32

Awesome
Reply
#33

There is something wrong with the
Code:
GetLastID();
it does not get the latest id from database , and sets ID to: 0 , and this sets coords to Farmland lol.
is this fixable and how?

Func:

Code:
stock GetLastID()
{
    new DBResult:qresult, count = 0, Value[128];
	qresult = db_query(GPSDB, "SELECT * FROM `FGPSSystem` ORDER BY `ID` DESC LIMIT 1");
	count = db_num_rows(qresult);
	for(new a=0;a<count;a++)
	{
		if(count <= MAX_LOCATIONS)
		{
 			db_get_field_assoc(qresult, "ID", Value, 5);	gValue[a] = Value[a]+1;
			db_next_row(qresult);
		}
	}
	db_free_result(qresult);
	return 1;
}
Reply
#34

Don't you mind if I thanslate it into russian?)
Reply
#35


SetPVarInt(playerid,"YEAH",0);
DeletePVar(playerid,"Spongebob");
DeletePVar(playerid,"Mario");
DeletePVar(playerid,"SpiderPig");
DeletePVar(playerid,"FAIL");


What is this? xD

Good job. Hopefully I'll learn how to get SQLite working and I'll use it.
Reply
#36

Thanks
Reply
#37

Wow awesome dude 5/5, i'm going to use it for sure!
Reply
#38

Nice, good job
Reply
#39

VERY GOOD!!!!!!!!! 10/10 !! Good, and you, when tipe the command /fsave you can to load the gps in this moment! you dont need to relog or.... THANKS,
Reply
#40

I have found a solution for that bug when you have more than 10 locations and the GPS is leading you to Red County.
It's a bit annoying, but it works.
All you have to do is to open the Positions.db with the SQLite Database Browser, which is provided in the filterscript archive, and modify those ID's after 9.
Instead of 0, 0, 0... put 10, 11, 12...

It worked for me on 0.3d-R2 server and client!
Hope it works for you too!

Great FilterScript, btw!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)