SA-MP Forums Archive
[FilterScript] EzTeleport System [Dialog] ++Add your own place - 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] EzTeleport System [Dialog] ++Add your own place (/showthread.php?tid=602327)



EzTeleport System [Dialog] ++Add your own place - DragonZafiro - 05.03.2016

EzTeleport System
When the player choose a place, he freezed by the time you design (In secs) useful for custom maps.
FS sends a message with the place's name defined on "Teleports" variable.


How to add your own place
you just need to add/edit this script lines adding the name and coords of your place, making all script more easiest to use:

Код:
new Teleports[][teleInfo] =
{
    // Add your own: (Name, X, Y, Z, angle)
    {"Las Venturas", 2114.524414, 1863.202758, 10.671875, 259.017700},
    {"Los Santos", 2487.428710, -1671.656127, 13.335947, 274.707855},
    {"San Fierro", -2243.251220, 319.8http://pastebin.com/NCmZWvRM5.171875, 272.201202}
};
Download: Pastebin