[FilterScript] Teleport System v1.0
#1

Hello Guys,

Indroduction:
i have made a teleport system and i have added only 10 teleports if you want more just suggest or i will release the v1.1 just wait for that


Commands:
/area51

/bayside

/sf

/lv

/drift1

/aa

/bank

/groove

/spring

/westlas

And I coudn't upload the screenshot sorry i will upload it

Code Here:

pawn Code:
//Made By ReD_DeVi
//Teleport System v1.0
#define FILTERSCRIPT

#include <a_samp>
#include <zcmd>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print(" Teleport System Made By ReD_DeVi");
    print("--------------------------------------\n");
    return 1;
}
#endif


public OnPlayerConnect(playerid)
{
    SendClientMessage(playerid, 0xFFFFFFF, "This server is using ReD_DeVi filterscript");
    return 1;
}

CMD:area51(playerid, params[])
{
    SetPlayerPos(playerid, 26.4734,1362.1244,9.1719);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to area51 ");
    return 1;
}

CMD:bayside(playerid, params[])
{
    SetPlayerPos(playerid, -2237.6675,2353.6357,4.9804);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to bayside ");
    return 1;
}

CMD:westlas(playerid, params[])
{
    SetPlayerPos(playerid, 778.4303,1871.3485,4.9062);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to las venturas ");
    return 1;
}


CMD:spring(playerid, params[])
{
    SetPlayerPos(playerid, 300.8380,1141.2859,9.1375);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to spring ");
    return 1;
}

CMD:grove(playerid, params[]) {
    SetPlayerPos(playerid, 2488.562, -1666.865, 12.8757);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to groove street ");
    return 1;
}

CMD:teles(playerid, params[]) {
    SendClientMessage(playerid, 0xFFFFFFF, "/area51, /bayside, /westlas, /spring, /groove, /sf, /lv, /aa, /drift1, /Bank");
    return 1;
}
CMD:sf(playerid, params[])
{
    SetPlayerPos(playerid,-1985.9775390625,138.49540710449,28.008354187012);
    SendClientMessage(playerid, 0xFFFFFFF, " You are teleported to San Feirro ");
    return 1;
}

CMD:lv(playerid, params[]) {
    SetPlayerPos(playerid,-1985.9775390625,138.49540710449,28.008354187012);
    SendClientMessage(playerid, 0xFFFFFF, " You are teleported to Las Venturas ");
    return 1;
}
CMD:aa(playerid, params[]) {
    SetPlayerPos(playerid,404.32720947266,2452.1518554688,16.990623474121);
    SendClientMessage(playerid, 0xFFFFFF, " You are teleported to Abandoned Airport ");
    return 1;
}
CMD:drift1(playerid, params[]) {
    SetPlayerPos(playerid,-308.98721313477,1536.6369628906,75.495559692383);
    SendClientMessage(playerid, 0xFFFFFF, " You are teleported to Drifting Place ");
}
CMD:bank(playerid, params[]) {
    SetPlayerPos(playerid,1460.8756103516,-1026.2967529297,23.937147140503);
    SendClientMessage(playerid, 0xFFFFFF, " You Are teleported to the Bank ");
}
in Pastebin
Download Link: http://pastebin.com/iR06W0AA

I Hope you like it if you liked it Dont Forget to +Rep me

Credits:
Scripted By Me
(Dont Remove Credits)
Reply
#2

is this your first filterscript? you should add so you can teleport with vehicle too
Reply
#3

Yes this is filterscript in next release it will teleport with vehicle
Reply
#4

You only used two functions here:
SetPlayerPos()
SendClientMessage()
Reply
#5

Too Simple! But Try To Add Something
Reply
#6

You shud make DIALOG_STYLE_LIST, it will be beter
Reply
#7

Okay soon v.1.1 will be released with more teleports just wait for that
Reply
#8

This filterscript i make in 2 sec ! Thumbs Down !
Reply
#9

Don't be so rude guys, it seems to be his first filterscript so no need to tell him how easy it is to make.
Reply
#10

hey guys i know this is a easy thing for you but it for me its not because your professionals and i am a beginner
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)