SA-MP Forums Archive
[FilterScript] [FS] Teleport Menu - 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] [FS] Teleport Menu (/showthread.php?tid=66844)



[FS] Teleport Menu - [AoA]RyDeR - 24.02.2009

Teleport Menu
Little bit information

It's a simple Menu that I self made.
There is only 1 Command: /tele
When you typ /tele, you will be see a list with teleports.
Some Pictures







Download
http://www.sendspace.com/file/4v2iak

http://pastebin.com/f624e783f




Re: [FS] Teleport Menu - Weirdosport - 24.02.2009

Looks nice but "Tunning" is actually spelt tuning.
Also where do the teleports in "List 1" and "List 2" take you?
And what is "Deathmatch 8 (Boks)"?

The menus look good though =/


Re: [FS] Teleport Menu - Nimphious - 24.02.2009

Quote:
Originally Posted by Weirdosport
Also where do the teleports in "List 1" and "List 2" take you?
And what is "Deathmatch 8 (Boks)"?
Go find it all out yourself.


Re: [FS] Teleport Menu - [AoA]RyDeR - 24.02.2009

Quote:
Originally Posted by Weirdosport
Looks nice but "Tunning" is actually spelt tuning.
Also where do the teleports in "List 1" and "List 2" take you?
And what is "Deathmatch 8 (Boks)"?

The menus look good though =/
^^ I'm so sory about these problems. My English is not so very well
But no problem you can change it self :P


Re: [FS] Teleport Menu - RyDeR` - 24.02.2009

Looks Nice


Re: [FS] Teleport Menu - ZakuAbumi - 25.02.2009

Looks good, but is pretty pointless, typing a teleport-cmd is much faster.


Re: [FS] Teleport Menu - robanswe - 25.02.2009

Quote:
Originally Posted by ZakuAbumi
Looks good, but is pretty pointless, typing a teleport-cmd is much faster.
He have a point..


Re: [FS] Teleport Menu - blastervirus - 27.02.2009

Quote:
Originally Posted by Roban[swe
]
Quote:
Originally Posted by ZakuAbumi
Looks good, but is pretty pointless, typing a teleport-cmd is much faster.
He have a point..
yes, but there are people who spam teleport
so this is better


Re: [FS] Teleport Menu - RobJohnB95 - 10.03.2009

sweet cant wait to try it out,

i host an rp server and i download a bunch of awesome rp stuff for it, the fuel tank thing and an old rp gamemode, teleporter, admin commadns and all that.

thx


Re: [FS] Teleport Menu - SystemMaiN - 18.08.2009

Heeey! Not, not true ! This FS have a problem !
If this player not in any veichle, FS can't apply "SetVehiclePos(araba, 420.2640,2521.1553,16.4844);" code and an error! ?

This codes should be as:
Код:
if(IsPlayerInAnyVehicle(playerid))
{
new arac = GetPlayerVehicleID(playerid);
SetVehiclePos(arac,x,y,z);
SetPlayerPos(playerid,x,y,z);
PutPlayerInVehicle(playerid,arac,0);
}else{
SetPlayerPos(playerid,x,y,z);
}
I will edit and publish true version pawno in this topic.

I can't speakt english better. Sorry =)