[FilterScript] Simple Teleports
#1

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
Reply
#2

Sounds nice, ill try it later.

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

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
Reply
#4

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..
Reply
#5

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.
Reply
#6

Sounds nice I'll Used
Reply
#7

Nice work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)