SA-MP Forums Archive
[FilterScript] Simple Teleports - 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] Simple Teleports (/showthread.php?tid=195812)



Simple Teleports - TheDeadLY - 03.12.2010

Simple Teleports



Hello to day i am releasing my teleports. They are kind of simple but than they are also usable. There are many places to teleport to and there are the most visited paces Hope You Like It here Are The Teleports:

***TELEPORT COMMANDS***
/grove /airport2 /lspd /military /movie
/skatepark /quarry /5towers /arch /rbed /trans
/police /trans2 /inn /cardealer /locolow /hobo /hippy
/hazzard /forest /dunes /crooked /carpalace /bigjump /bowl
/lvpd /sfpd /airport /airport3 /drift /drift2 /drift3 /drift4
/hotel /motel /rockman /sv /hospital
/oldair /bridge /casino /sv /hospital
***TELEPORT COMMANDS MADE BY TheDeadLY***

Here Are The Links:
PasteBin: http://pastebin.com/sRPyCu0a
MediaFire: http://www.mediafire.com/?4p7id48i2vpftbd

THIS IS NOT A DIALOG BASED FS

To Get The Teleports Write /tele


P.S this Is My First FS


Re: Simple Teleports - Camacorn - 03.12.2010

Sounds nice, ill try it later.

EDIT: you should convert it to ZCMD to make it better and faster.


Re: Simple Teleports - TheDeadLY - 03.12.2010

Quote:
Originally Posted by Camacorn
Посмотреть сообщение
Sounds nice, ill try it later.

EDIT: you should convert it to ZCMD to make it better and faster.
Ok Will Do That In The 2v


Re: Simple Teleports - [L3th4l] - 03.12.2010

Also, let me quickly introduce you to the 'World' of stocks.

pawn Код:
stock TelePlayer(playerid, Float:X, Float:Y, Float:Z, interior)
{
    SetPlayerInterior(playerid, interior);
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
    }
    else SetPlayerPos(playerid, X, Y, Z);
    return 1;
Usage:
pawn Код:
TelePlayer(playerid, 0.0, 0.0, 0.0, 5); // Location in middle of the world, and interior id 5..



Re: Simple Teleports - wups - 04.12.2010

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
Also, let me quickly introduce you to the 'World' of stocks.

pawn Код:
stock TelePlayer(playerid, Float:X, Float:Y, Float:Z, interior)
{
    SetPlayerInterior(playerid, interior);
    if(IsPlayerInAnyVehicle(playerid))
    {
        SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
    }
    else SetPlayerPos(playerid, X, Y, Z);
    return 1;
Usage:
pawn Код:
TelePlayer(playerid, 0.0, 0.0, 0.0, 5); // Location in middle of the world, and interior id 5..
Also add
SetVehicleInterior(GetPlayerVehicleID(playerid,int erior);
after setvehiclepos.


Re: Simple Teleports - [LvZ]Free - 25.04.2011

Sounds nice I'll Used


Re: Simple Teleports - Millionaire - 25.04.2011

Nice work