SA-MP Forums Archive
[FilterScript] [FS] GPS Master version 0.1 - 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] GPS Master version 0.1 (/showthread.php?tid=110585)



[FS] GPS Master version 0.1 - Lavion - 27.11.2009




Re: [FS] GPS Master version 0.1 - patchkinson - 27.11.2009

nice


Re: [FS] GPS Master version 0.1 - Rzzr - 27.11.2009

I like it, it has quite some locations and it looks nice.
Only, I wouldnt use 'Destinations Part 1' and 'Destinations Part 2'. I think it'll be better if you just make one long list.
But anyways, Nice FS


Re: [FS] GPS Master version 0.1 - tomnidi - 27.11.2009

Quote:
Originally Posted by [ST
∂υтўнвαѕ ]
I like it, it has quite some locations and it looks nice.
Only, I wouldnt use 'Destinations Part 1' and 'Destinations Part 2'. I think it'll be better if you just make one long list.
But anyways, Nice FS
Not possible, using Dialog menus there is a limit of words inside the menu list.
Nice FS btw, I'm gonna me something like that for my own gamemode.


Re: [FS] GPS Master version 0.1 - Rzzr - 27.11.2009

Oh I didnt know that.


Re: [FS] GPS Master version 0.1 - DJDhan - 05.12.2009

WOW cool dude.Very very useful!


Re: [FS] GPS Master version 0.1 - MJ! - 05.12.2009

oh , to don't check everytime , just do like this

pawn Код:
// OnPlayerText
if(GPSOpened == 1)
{
  if (strfind(text, "[GPS] GroveStreet") != -1)
  {
        GameTextForPlayer(playerid, "~y~Destination:~n~~g~Grove Street",5000,1);
        SetPlayerCheckpoint(playerid,2493.8511,-1669.5573,12.9113,5);
  }
  else if (strfind(text, "[GPS] Cityhall") != -1)
  {
        GameTextForPlayer(playerid, "~y~Destination:~n~~g~CityHall",5000,1);
        SetPlayerCheckpoint(playerid,1480.8268,-1744.1536,13.1170,5);
  }
  // etc.
}



Re: [FS] GPS Master version 0.1 - [GTA] - 16.02.2010

When it comes to the selecting the destinations part with the list, you can't choose grove street, city hall etc.... how do you fix?


Re: [FS] GPS Master version 0.1 - »»»Hakam - 16.02.2010

Good, doesn't matter how the script is written. Just make sure its working and tested. And doesn't lag the server if it uses some weird timers.

~Hakam.


Re: [FS] GPS Master version 0.1 - Correlli - 16.02.2010

Quote:
Originally Posted by »»»Hakam
Good, doesn't matter how the script is written. Just make sure its working and tested. And doesn't lag the server if it uses some weird timers.
Yes, it does.