SA-MP Forums Archive
[FilterScript] Coordinates in command - 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] Coordinates in command (/showthread.php?tid=341028)



Coordinates in command - feartonyb - 09.05.2012

[FS] Locations & Coordinates


This filterscript provides admins with a command to view a players location and also gives there coodinates in a textdraw. I have also included my teleport menu and a postion saving command

Features

- Teleport menu
- Location shown in textdraw
- You can save your location /savepos

Commands

-/location, Displays location textdraw at bottom of screen
- /location [playerid] Sends Message with players location name
-/savepos,
- /saveVpos This saves vehicle id and name as well as position
-/telemenu

DOWNLOAD

http://www.sendspace.com/file/sgoytz


Re: Coordinates in command - James Coral - 09.05.2012

SAMP Have Installed:

1. /save - if you are in car/foot it will save in SAMP/positsions.txt
2. its more cooler if you have to go there

Enyway... good Script


Re: Coordinates in command - feartonyb - 09.05.2012

Quote:
Originally Posted by James Coral
Посмотреть сообщение
SAMP Have Installed:

1. /save - if you are in car/foot it will save in SAMP/positsions.txt
2. its more cooler if you have to go there

Enyway... good Script
This script saves it in a code. EX:
if your coordinates are 123, 45.13, 533 it will save it as a
SetPlayerPos(playerid, 123, 45.13, 533)
Just an example.