[FilterScript] [FS] GPS Master version 0.1
#1

  • GPS Master Version 0.1
    by Rowen
    • Installation
    Just put in the directory "Filterscripts" of your server, "GPSMaster.amx" and "GPSMaster.pwn";
    Open server.cfg;
    Write in Filterscripts: GPSMaster.

    Version 0.1
    • Introduction
    The GPS have 42 destinations:

    [color=green]
    GroveStreet
    Cityhall
    Airport
    Police
    Jefferson
    Verona Beach - wharf
    Ganton Gym
    Ospital
    Weel Stacked Pizza
    Unity Station
    Verdant Bluffs
    Verona Beach
    Alhambra
    Stunt Park
    Glen Park
    The Pig Pen
    Ammu Nation
    Ammu Nation 2
    County General Ospital
    Dock
    8ball Track
    Binco
    Barber Shop Reeces
    Tattoo
    Gas Station
    St. Maria Beach
    ProLaps
    GlobalTV
    Pay n Spray
    Pay n Spray 2
    TransFender
    Burger Shot
    24/7
    24/7 2
    Vinewood
    Madd Dogg Mansion
    Inside Track
    SubUrban
    CarWash
    Cluckin Bell
    Cluckin Bell 2
    Loco Low Co.
    8 Ball


    Admin Commands
    • The admins can enable and disable GPS, with command "/gpsoption"
    Player Commands
    • Players Can view avalaible destination with: /destinations
    • Players must open GPS with "/open gps" before use it
    • Players can close GPS with "/close gps"
    • For Activate the GPS, write without "/": "[GPS] (destination)
    • Download:
    English version:
    SendSpace: http://www.sendspace.com/file/so37o7
    Italian version:
    SendSpace: http://www.sendspace.com/file/nnzz59
    • Bugs:
    Not Found
    If You find One, please report him
    • Screenshots:
    /imageshack/img21/5816/samp287e.png
    /imageshack/img6/6696/samp289k.png
    /imageshack/i/samp290j.png/
    /imageshack/img4/7622/samp292.png

    Enjoy and Sorry my Bad English
Reply
#2

nice
Reply
#3

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
Reply
#4

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.
Reply
#5

Oh I didnt know that.
Reply
#6

WOW cool dude.Very very useful!
Reply
#7

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.
}
Reply
#8

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?
Reply
#9

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.
Reply
#10

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)