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



[HB]Teleportz - [HB]Billaboi - 16.04.2012

Heyz this are teleportz (simple)

Whatz Is This [FS] About
its teleports to :
/ls , /sf , /lv , /lsair , /sfair , /lvair , /bigear , /arch , /trans , /loco

and command /teles to see teleports


download
media fire : http://www.mediafire.com/?7k2d0839fk6dvp9

paste bin : http://pastebin.com/EwYVLPV2
Credits
sricpted by : [HB]BillaBoi
Thanks to samp for samp forums/ and samp online

Next work gonna be starter pack/ gamemode [HB]World

please rep me + and my first tread

Need a sricpter just rep and add me and pm


Re: [HB]Teleportz - Landon - 16.04.2012

Nothing unique here, although you should add a download link for interested people.


Re: [HB]Teleportz - [HB]Billaboi - 16.04.2012

There is a download link lol


Re: [HB]Teleportz - BoBiTza - 16.04.2012

WTf is unique here? 10 commands for buts and one child can make this command this script is for kids


Re: [HB]Teleportz - [HB]Billaboi - 16.04.2012

like i said for new sricpter


Re: [HB]Teleportz - Devilxz97 - 16.04.2012

}
if(strcmp(cmdtext,"/lv",true)==0)
{
new vehicleid = GetPlayerVehicleID(playerid);
new State = GetPlayerState(playerid);
if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)
{
LinkVehicleToInterior(vehicleid,0);
SetPlayerInterior(playerid,0);
SetPlayerFacingAngle(GetPlayerVehicleID(playerid), 0);
GameTextForPlayer(playerid, "Las Venturas",5000,3);
SendClientMessage(playerid, COLOR_YELLOW, "You Has Been Teleport . .");
return SetVehiclePos(vehicleid,2096.8369,1286.4226,10.482 2);
}
GameTextForPlayer(playerid, "Las Venturas",5000,3);
SendClientMessage(playerid, COLOR_YELLOW, "You Has Been Teleport . .");
SetPlayerPos(playerid,2110.4600,1232.0021,10.8203) ;
SetPlayerInterior(playerid,0);

hmmm . . .