[FilterScript] Easy Teleport System by Simple Script [My 1st Script] - 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] Easy Teleport System by Simple Script [My 1st Script] (
/showthread.php?tid=481388)
Easy Teleport System by Simple Script [My 1st Script] -
saikumar - 15.12.2013
Hiiii All.....
This is my First script work on SAMP.
I Mostly seen that there are no Teleport System with single command that makes you to teleport to many places.
I Only Seen the Teleports With Commands not with list. (Maybe there Exist one i dont know.)
So Here Im Presenting you my Easy Teleport System.
Commands of V1:- /Teles = To Know what commands show the teleport list.
As The Above Command Shows you these commands:
- /LSteles = This Command shows you the list of a few important places in LS and you can teleport there by just clicking on the place name Mentioned.
- /SFteles = Same As The Above one but shows the Important Places in SF.
- /LVteles = Same As The Above one but shows the Important Places in LV.
And there is also a Few More Updates Gonna Come.
Future Plans on V2:- Making All Cmds to one that is only /teles and it displays the list Los Santos,San Fierro,Los Venturas,(Small Towns) and again when u click on any name it will shows the teleports contains in it and if u click on the teleport u will be teleported there.
- Adding Small Town Category to the list where you can teleport to the small tows located in Sanandreas.
- Adding Interiors Category to the list where you can teleport to different types of interiors.
Credits:- Saikumar(Me) for scripting
- Niixie for his Tutorial
PasteBin: http://pastebin.com/pB3KrG8G
Re: Easy Teleport System by Simple Script [My 1st Script] -
J4mmyHD - 15.12.2013
Nice! But Very Simple.
Re: Easy Teleport System by Simple Script [My 1st Script] -
saikumar - 15.12.2013
Thankyou Bro
Re: Easy Teleport System by Simple Script [My 1st Script] -
saikumar - 16.12.2013
AnyMore Reviews on my 1st script?
Re: Easy Teleport System by Simple Script [My 1st Script] -
Gen3i - 16.12.2013
Not bad,there's nothing else I could really say about this
Re: Easy Teleport System by Simple Script [My 1st Script] -
Alphlax - 16.12.2013
Nice script
Re: Easy Teleport System by Simple Script [My 1st Script] -
Chasm - 16.12.2013
Eh, why did you use format when you sent message to a player? You don't have to.
Re: Easy Teleport System by Simple Script [My 1st Script] -
saikumar - 03.01.2014
Quote:
Originally Posted by Chasm
Eh, why did you use format when you sent message to a player? You don't have to.
|
i cant get u??
Re: Easy Teleport System by Simple Script [My 1st Script] -
[WA]iRonan - 03.01.2014
Quote:
Originally Posted by saikumar
i cant get u??
|
You did
format(message, 256, "You selected LV Police Department, And got teleported to there!", listitem);
SendClientMessage(playerid, 0xFF0000FF, message);
but this is much easier and works the same, takes less data etc.
SendClientMessage(Playerid, 0xFF0000FF,"You selected LV Police Department, And got teleported to there!");
Re: Easy Teleport System by Simple Script [My 1st Script] -
saikumar - 10.01.2014
Thank you!!!
I dont know much about scripting