SA-MP Forums Archive
[FilterScript] Teleport System <Version 1.0> - 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] Teleport System <Version 1.0> (/showthread.php?tid=403109)



<NEW> Teleport System <Version 1.1> <THIRD FS> - DJTunes - 29.12.2012

Introduction
Hello guys, this is my third filterscript. I'm getting really into to the filterscript style so I'm starting a brand new project. This project is called the "Teleport System". The Teleport System (once it's completed) will allow an admin (or how you set it) to travel around the map to key places just by one command!

Why is this useful?
This filterscript can be useful in a lot of ways, but most importantly it let's admins get around faster. If you're currently not running XAdmin, or LuxAdmin on your server for some reason, this would be a great filterscript for you to use to kind of spectate users. This is only another great tool for getting around places fast. More features will be shown in the features section...

Features
----------------------------
Commands
Код:
DESERT
"/DARunway" = Abondoned Runway
"/DArea51" = Area51 
"/DHospital" = Desert Hospital 
"/DBigEar" = Big Ear
Features
Код:
Let's you travel around the map in all one command
This thread is updated daily
This filterscript will be worked on daily to add more places to teleport to
---------------------------
Screenshot


Features Coming Soon
-----------------------------------------
Commands
Код:
MORE DESERT TELEPORTS
AND MORE
Downloads
-------------------------
Version 1.0
-------------------------
Pastebin: http://pastebin.com/wrRDRGAZ
Mediafire: http://www.mediafire.com/?ilhhn5lg34ggph9
-------------------------
Version 1.1
-------------------------
Pastebin: http://pastebin.com/xnLMCjP1
Mediafire: http://www.mediafire.com/?byhrwkl9w1nyp6u

---------------------------------------------------------------------
Changelog
------------------------------
December 28 2012December 29 2012


Re: Teleport System <Version 1.0> - DJTunes - 29.12.2012

Released Version 1.1
+ Big Ear Teleport
+ Big Ear Teleport Command


Re: Teleport System <Version 1.0> - Sky™ - 29.12.2012

Things are set without using it can disable your script

and a tip!

pawn Код:
if (strcmp ("/ DArea51", cmdtext, true, 8) == 0)
switch to

pawn Код:
if (strcmp ("/ DArea51", cmdtext, true))



Re: Teleport System <Version 1.0> - DJTunes - 29.12.2012

Quote:
Originally Posted by Sky_.
Посмотреть сообщение
Things are set without using it can disable your script

and a tip!

pawn Код:
if (strcmp ("/ DArea51", cmdtext, true, 8) == 0)
switch to

pawn Код:
if (strcmp ("/ DArea51", cmdtext, true))
Thanks man, also this is only my third fs so please don't go to hard on me D:, but still thanks