[FS] GPS Master version 0.1 -
Lavion - 27.11.2009
GPS Master Version 0.1
by Rowen
Just put in the directory "Filterscripts" of your server, "GPSMaster.amx" and "GPSMaster.pwn";
Open server.cfg;
Write in Filterscripts: GPSMaster.
Version 0.1
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)
English version:
SendSpace: http://www.sendspace.com/file/so37o7
Italian version:
SendSpace: http://www.sendspace.com/file/nnzz59
Not Found
If You find One, please report him
/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
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.