[FilterScript] [v1.0] Zoneo's Waypoint System [MySQL] - 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] [v1.0] Zoneo's Waypoint System [MySQL] (
/showthread.php?tid=638517)
[v1.0] Zoneo's Waypoint System [MySQL] -
Zoneo - 02.08.2017
Zoneo's Waypoint System
Description
This simple filterscript uses a MySQL database to allow users to teleport between places on the map. It allows users to do the following:
- Create a location to allow anybody to teleport to it.
- Teleport to any created location.
- Teleport other players to any location.
- See the stats about the locations (To see how many times each is used, for example)
- Delete any location.
All of this can be done in-game.
Commands
- /gotoloc [location] - Teleport to a selected location
- /sendtoloc [playerid] [location] - Send another player to a location
- /gotolochelp - Lists all commands and locations
- /locations - Lists all commands and locations
- /createloc [name of new location] - Create a new location
- /deleteloc [name of location] - Delete a location
- /locstats [name of loation] - Get the statistics for a location
Examples and Screenshots
Click here for video
Click here for the screnshot album
Much more detail, including a full installation guide, a troubleshooting guide and more support can be found on the Github page, along with the download. Before installing the filterscript, I'd recommend you read the Installation section.
Download
I created this filterscript over a year ago, and I decided to share it with the community as I couldn't find any others which had the same functionality. Let me know what you think.
Re: [v1.0] Zoneo's Waypoint System [MySQL] -
Chaprnks - 21.09.2017
Saves alot of scripting time, from the old method of staticly updating a list; great release!